Html Css Color HEX #78B3DB Jordy Blue

📋 copy color: '#78B3DB'

red 120 ◦ green 179 ◦ blue 219

#78B3DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #78B3DB

Tints of Jordy Blue #78B3DB

RGB

 RED value IS 120 (47.27% from 255) = 23.17%

 GREEN value IS 179 (70.31% from 255) = 34.56%

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 23.17%
G = 34.56%
B = 42.28%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#78B3DB (or 0x78B3DB) is known color: Jordy Blue. HEX triplet: 78, B3 and DB. RGB value is (120,179,219). Sum of RGB (Red+Green+Blue) = 120+179+219=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #78B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B3DB is #874C24. Grayscale: #A5A5A5. Windows color (decimal): -8866853 or 14398328. OLE color: 14398328.

HSL color Cylindrical-coordinate representation of color #78B3DB: hue angle of 204.24º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78B3DB is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 179 219 -
CMYK 0.45 0.18 0 0.14
HSL 204.24º 0.58% 0.66% -
HSV(B) 204.24º 0.45% 0.86% -
XYZ 36.65 41.35 73.07 -
YUV 165.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 120 179 219 0.45 0.18 0 0.14 204.24 0.58 0.66
Hex 78 B3 DB 2D 12 0 E CC 3A 42
Octal 170 263 333 55 22 0 16 314 72 102
Binary 1111000 10110011 11011011 101101 10010 0 1110 11001100 111010 1000010

Color Harmonies of #78B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B3DB

Black with #78B3DB

Text Example


Text Example

White with #78B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78B3DB; }

 p { color: rgb(120,179,219); }

 H1.HeaderClassName
 {
   color: #78B3DB;
 }
 .AnyTagClassName
 {
   color: #78B3DB;
 }
</style>

background-color css

<style>
 a { background-color: #78B3DB; }

 a { background-color: rgb(120,179,219); }

 div.DivClassName
 {
   background-color: #78B3DB;
 }
 .BgClassName
 {
   background-color: #78B3DB;
 }
</style>

border-color css

<style>
 span { border-color: #78B3DB; }

 span { border-color: rgb(120,179,219); }

 td.TdClassName
 {
   border-color: #78B3DB;
 }
 .TagClassName
 {
   border-color: #78B3DB;
 }
</style>