#78CEE8

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

Shades of Spray #78CEE8

Tints of Spray #78CEE8

Color information

#78CEE8 (or 0x78CEE8) is unknown color: approx Spray. HEX triplet: 78, CE and E8. RGB value is (120,206,232). Sum of RGB (Red+Green+Blue) = 120+206+232=558 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.51% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #78CEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CEE8 is #873117. Grayscale: #B7B7B7. Windows color (decimal): -8859928 or 15257208. OLE color: 15257208.

HSL color Cylindrical-coordinate representation of color #78CEE8: hue angle of 193.93º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78CEE8 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB120206232-
CMYK0.480.1100.09
HSL193.93º70.89%69.02%-
HSV(B)193.93º48.28%90.98%-
XYZ44.3853.9684.42-
YUV183.25155.5182.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.51%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 232 (91.02% from 255) = 41.58%
R=21.51%
G=36.92%
B=41.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1202062320.480.1100.09193.9370.8969.02
Hex78CEE830B09c24745
Octal1703163506013011302107105
Binary111100011001110111010001100001011010011100001010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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