Html Css Color HEX #78C8DB Spray

📋 copy color: '#78C8DB'

red 120 ◦ green 200 ◦ blue 219

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

Shades of Spray #78C8DB

Tints of Spray #78C8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.11%

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

R = 22.26%
G = 37.11%
B = 40.63%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78C8DB (or 0x78C8DB) is known color: Spray. HEX triplet: 78, C8 and DB. RGB value is (120,200,219). Sum of RGB (Red+Green+Blue) = 120+200+219=539 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.26% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #78C8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C8DB is #873724. Grayscale: #B2B2B2. Windows color (decimal): -8861477 or 14403704. OLE color: 14403704.

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

Color convert

RGB 120 200 219 -
CMYK 0.45 0.09 0 0.14
HSL 191.52º 0.58% 0.66% -
HSV(B) 191.52º 0.45% 0.86% -
XYZ 41.19 50.42 74.58 -
YUV 178.25 151 86.46 -
System Red Green Blue C M Y K H S L
Decimal 120 200 219 0.45 0.09 0 0.14 191.52 0.58 0.66
Hex 78 C8 DB 2D 9 0 E C0 3A 42
Octal 170 310 333 55 11 0 16 300 72 102
Binary 1111000 11001000 11011011 101101 1001 0 1110 11000000 111010 1000010

Color Harmonies of #78C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C8DB

Black with #78C8DB

Text Example


Text Example

White with #78C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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