#77d5ff

Color #77D5FF Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #77D5FF

Tints of Light Sky Blue #77D5FF

Color information

#77D5FF (or 0x77D5FF) is unknown color: approx Light Sky Blue. HEX triplet: 77, D5 and FF. RGB value is (119,213,255). Sum of RGB (Red+Green+Blue) = 119+213+255=587 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.27% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #77D5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D5FF is #882A00. Grayscale: #BDBDBD. Windows color (decimal): -8923649 or 16766327. OLE color: 16766327.

HSL color Cylindrical-coordinate representation of color #77D5FF: hue angle of 198.53º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77D5FF is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB119213255-
CMYK0.530.1600
HSL198.53º100%73.33%-
HSV(B)198.53º53.33%100%-
XYZ49.4558.73103.34-
YUV189.68164.8677.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.27%
GREEN value IS 213 (83.59% from 255) = 36.29%
BLUE value IS 255 (100% from 255) = 43.44%
R=20.27%
G=36.29%
B=43.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1192132550.530.1600198.5310073.33
Hex77D5FF351000c76449
Octal167325377652000307144111
Binary1110111110101011111111111010110000001100011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77d5ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,213,255); }

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

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

 a { background-color: rgb(119,213,255); }

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

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

 span { border-color: rgb(119,213,255); }

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