Html Css Color HEX #78CCDB Spray

📋 copy color: '#78CCDB'

red 120 ◦ green 204 ◦ blue 219

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

Shades of Spray #78CCDB

Tints of Spray #78CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.57%

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

R = 22.1%
G = 37.57%
B = 40.33%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78CCDB (or 0x78CCDB) is known color: Spray. HEX triplet: 78, CC and DB. RGB value is (120,204,219). Sum of RGB (Red+Green+Blue) = 120+204+219=543 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.10% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #78CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCDB is #873324. Grayscale: #B4B4B4. Windows color (decimal): -8860453 or 14404728. OLE color: 14404728.

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

Color convert

RGB 120 204 219 -
CMYK 0.45 0.07 0 0.14
HSL 189.09º 0.58% 0.66% -
HSV(B) 189.09º 0.45% 0.86% -
XYZ 42.12 52.29 74.89 -
YUV 180.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 120 204 219 0.45 0.07 0 0.14 189.09 0.58 0.66
Hex 78 CC DB 2D 7 0 E BD 3A 42
Octal 170 314 333 55 7 0 16 275 72 102
Binary 1111000 11001100 11011011 101101 111 0 1110 10111101 111010 1000010

Color Harmonies of #78CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CCDB

Black with #78CCDB

Text Example


Text Example

White with #78CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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