Html Css Color HEX #78C9DB Spray

📋 copy color: '#78C9DB'

red 120 ◦ green 201 ◦ blue 219

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

Shades of Spray #78C9DB

Tints of Spray #78C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.22%

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

R = 22.22%
G = 37.22%
B = 40.56%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78C9DB (or 0x78C9DB) is known color: Spray. HEX triplet: 78, C9 and DB. RGB value is (120,201,219). Sum of RGB (Red+Green+Blue) = 120+201+219=540 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.22% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #78C9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C9DB is #873624. Grayscale: #B2B2B2. Windows color (decimal): -8861221 or 14403960. OLE color: 14403960.

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

Color convert

RGB 120 201 219 -
CMYK 0.45 0.08 0 0.14
HSL 190.91º 0.58% 0.66% -
HSV(B) 190.91º 0.45% 0.86% -
XYZ 41.42 50.88 74.66 -
YUV 178.83 150.66 86.04 -
System Red Green Blue C M Y K H S L
Decimal 120 201 219 0.45 0.08 0 0.14 190.91 0.58 0.66
Hex 78 C9 DB 2D 8 0 E BF 3A 42
Octal 170 311 333 55 10 0 16 277 72 102
Binary 1111000 11001001 11011011 101101 1000 0 1110 10111111 111010 1000010

Color Harmonies of #78C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C9DB

Black with #78C9DB

Text Example


Text Example

White with #78C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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