Html Css Color HEX #78C6CE Spray

📋 copy color: '#78C6CE'

red 120 ◦ green 198 ◦ blue 206

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

Shades of Spray #78C6CE

Tints of Spray #78C6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.79%

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 22.9%
G = 37.79%
B = 39.31%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78C6CE (or 0x78C6CE) is known color: Spray. HEX triplet: 78, C6 and CE. RGB value is (120,198,206). Sum of RGB (Red+Green+Blue) = 120+198+206=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #78C6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C6CE is #873931. Grayscale: #AFAFAF. Windows color (decimal): -8862002 or 13551224. OLE color: 13551224.

HSL color Cylindrical-coordinate representation of color #78C6CE: hue angle of 185.58º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78C6CE is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 198 206 -
CMYK 0.42 0.04 0 0.19
HSL 185.58º 0.47% 0.64% -
HSV(B) 185.58º 0.42% 0.81% -
XYZ 39.08 48.84 65.76 -
YUV 175.59 145.16 88.35 -
System Red Green Blue C M Y K H S L
Decimal 120 198 206 0.42 0.04 0 0.19 185.58 0.47 0.64
Hex 78 C6 CE 2A 4 0 13 BA 2F 40
Octal 170 306 316 52 4 0 23 272 57 100
Binary 1111000 11000110 11001110 101010 100 0 10011 10111010 101111 1000000

Color Harmonies of #78C6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C6CE

Black with #78C6CE

Text Example


Text Example

White with #78C6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,198,206); }

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

background-color css

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

 a { background-color: rgb(120,198,206); }

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

border-color css

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

 span { border-color: rgb(120,198,206); }

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