#78cbce

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

Shades of Spray #78CBCE

Tints of Spray #78CBCE

Color information

#78CBCE (or 0x78CBCE) is unknown color: approx Spray. HEX triplet: 78, CB and CE. RGB value is (120,203,206). Sum of RGB (Red+Green+Blue) = 120+203+206=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #78CBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBCE is #873431. Grayscale: #B2B2B2. Windows color (decimal): -8860722 or 13552504. OLE color: 13552504.

HSL color Cylindrical-coordinate representation of color #78CBCE: hue angle of 182.09º 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 #78CBCE is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120203206-
CMYK0.420.0100.19
HSL182.09º46.74%63.92%-
HSV(B)182.09º41.75%80.78%-
XYZ40.2451.1666.15-
YUV178.52143.586.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.68%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=22.68%
G=38.37%
B=38.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1202032060.420.0100.19182.0946.7463.92
Hex78CBCE2A1013b62f40
Octal17031331652102326657100
Binary111100011001011110011101010101010011101101101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78cbce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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