Html Css Color HEX #78B2DB Jordy Blue

📋 copy color: '#78B2DB'

red 120 ◦ green 178 ◦ blue 219

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

Shades of Jordy Blue #78B2DB

Tints of Jordy Blue #78B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

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

R = 23.21%
G = 34.43%
B = 42.36%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78B2DB (or 0x78B2DB) is known color: Jordy Blue. HEX triplet: 78, B2 and DB. RGB value is (120,178,219). Sum of RGB (Red+Green+Blue) = 120+178+219=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #78B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B2DB is #874D24. Grayscale: #A5A5A5. Windows color (decimal): -8867109 or 14398072. OLE color: 14398072.

HSL color Cylindrical-coordinate representation of color #78B2DB: hue angle of 204.85º 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 #78B2DB is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 178 219 -
CMYK 0.45 0.19 0 0.14
HSL 204.85º 0.58% 0.66% -
HSV(B) 204.85º 0.45% 0.86% -
XYZ 36.45 40.95 73 -
YUV 165.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 120 178 219 0.45 0.19 0 0.14 204.85 0.58 0.66
Hex 78 B2 DB 2D 13 0 E CD 3A 42
Octal 170 262 333 55 23 0 16 315 72 102
Binary 1111000 10110010 11011011 101101 10011 0 1110 11001101 111010 1000010

Color Harmonies of #78B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B2DB

Black with #78B2DB

Text Example


Text Example

White with #78B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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