#77c8df

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

Shades of Spray #77C8DF

Tints of Spray #77C8DF

Color information

#77C8DF (or 0x77C8DF) is unknown color: approx Spray. HEX triplet: 77, C8 and DF. RGB value is (119,200,223). Sum of RGB (Red+Green+Blue) = 119+200+223=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #77C8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C8DF is #883720. Grayscale: #B2B2B2. Windows color (decimal): -8927009 or 14665847. OLE color: 14665847.

HSL color Cylindrical-coordinate representation of color #77C8DF: hue angle of 193.27º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77C8DF is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119200223-
CMYK0.470.1000.13
HSL193.27º61.9%67.06%-
HSV(B)193.27º46.64%87.45%-
XYZ41.5850.5677.38-
YUV178.4153.1685.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.96%
GREEN value IS 200 (78.52% from 255) = 36.90%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=21.96%
G=36.90%
B=41.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192002230.470.1000.13193.2761.967.06
Hex77C8DF2FA0Dc13e43
Octal167310337571201530176103
Binary11101111100100011011111101111101001101110000011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77c8df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77c8df; }

 p { color: rgb(119,200,223); }

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

<style>
 a { background-color: #77c8df; }

 a { background-color: rgb(119,200,223); }

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

<style>
 span { border-color: #77c8df; }

 span { border-color: rgb(119,200,223); }

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