#77D3F8

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

Shades of Light Sky Blue #77D3F8

Tints of Light Sky Blue #77D3F8

Color information

#77D3F8 (or 0x77D3F8) is unknown color: approx Light Sky Blue. HEX triplet: 77, D3 and F8. RGB value is (119,211,248). Sum of RGB (Red+Green+Blue) = 119+211+248=578 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.59% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #77D3F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D3F8 is #882C07. Grayscale: #BBBBBB. Windows color (decimal): -8924168 or 16307063. OLE color: 16307063.

HSL color Cylindrical-coordinate representation of color #77D3F8: hue angle of 197.21º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77D3F8 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB119211248-
CMYK0.520.1500.03
HSL197.21º90.21%71.96%-
HSV(B)197.21º52.02%97.25%-
XYZ47.8557.2997.34-
YUV187.71162.0278.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.59%
GREEN value IS 211 (82.81% from 255) = 36.51%
BLUE value IS 248 (97.27% from 255) = 42.91%
R=20.59%
G=36.51%
B=42.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1192112480.520.1500.03197.2190.2171.96
Hex77D3F834F03c55a48
Octal167323370641703305132110
Binary1110111110100111111100011010011110111100010110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,211,248); }

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

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

 a { background-color: rgb(119,211,248); }

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

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

 span { border-color: rgb(119,211,248); }

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