#78CBCC

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

Shades of Spray #78CBCC

Tints of Spray #78CBCC

Color information

#78CBCC (or 0x78CBCC) is unknown color: approx Spray. HEX triplet: 78, CB and CC. RGB value is (120,203,204). Sum of RGB (Red+Green+Blue) = 120+203+204=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #78CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBCC is #873433. Grayscale: #B2B2B2. Windows color (decimal): -8860724 or 13421432. OLE color: 13421432.

HSL color Cylindrical-coordinate representation of color #78CBCC: hue angle of 180.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CBCC is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB120203204-
CMYK0.410.0000.2
HSL180.71º45.16%63.53%-
HSV(B)180.71º41.18%80%-
XYZ4051.0664.87-
YUV178.3142.586.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.77%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=22.77%
G=38.52%
B=38.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1202032040.410.0000.2180.7145.1663.53
Hex78CBCC290014b52d40
Octal17031331451002426555100
Binary111100011001011110011001010010010100101101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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