#77D9FA

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

Shades of Light Sky Blue #77D9FA

Tints of Light Sky Blue #77D9FA

Color information

#77D9FA (or 0x77D9FA) is unknown color: approx Light Sky Blue. HEX triplet: 77, D9 and FA. RGB value is (119,217,250). Sum of RGB (Red+Green+Blue) = 119+217+250=586 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.31% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #77D9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D9FA is #882605. Grayscale: #BFBFBF. Windows color (decimal): -8922630 or 16439671. OLE color: 16439671.

HSL color Cylindrical-coordinate representation of color #77D9FA: hue angle of 195.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77D9FA is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119217250-
CMYK0.520.1300.02
HSL195.11º92.91%72.35%-
HSV(B)195.11º52.4%98.04%-
XYZ49.6860.4599.49-
YUV191.46161.0376.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.31%
GREEN value IS 217 (85.16% from 255) = 37.03%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=20.31%
G=37.03%
B=42.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192172500.520.1300.02195.1192.9172.35
Hex77D9FA34D02c35d48
Octal167331372641502303135110
Binary1110111110110011111101011010011010101100001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,217,250); }

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

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

 a { background-color: rgb(119,217,250); }

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

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

 span { border-color: rgb(119,217,250); }

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