#78D5DC

Color #78D5DC Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #78D5DC

Tints of Spray #78D5DC

Color information

#78D5DC (or 0x78D5DC) is unknown color: approx Spray. HEX triplet: 78, D5 and DC. RGB value is (120,213,220). Sum of RGB (Red+Green+Blue) = 120+213+220=553 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.70% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #78D5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D5DC is #872A23. Grayscale: #B9B9B9. Windows color (decimal): -8858148 or 14472568. OLE color: 14472568.

HSL color Cylindrical-coordinate representation of color #78D5DC: hue angle of 184.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78D5DC is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120213220-
CMYK0.450.0300.14
HSL184.2º58.82%66.67%-
HSV(B)184.2º45.45%86.27%-
XYZ44.4656.7576.32-
YUV185.99147.1980.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.70%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=21.70%
G=38.52%
B=39.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1202132200.450.0300.14184.258.8266.67
Hex78D5DC2D30Eb83b43
Octal17032533455301627073103
Binary111100011010101110111001011011101110101110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,213,220); }

 H1.HeaderClassName
 {
   color: #78D5DC;
 }
 .AnyTagClassName
 {
   color: #78D5DC;
 }
</style>
background-color css

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

 a { background-color: rgb(120,213,220); }

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

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

 span { border-color: rgb(120,213,220); }

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