#77D5F6

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

Shades of Light Sky Blue #77D5F6

Tints of Light Sky Blue #77D5F6

Color information

#77D5F6 (or 0x77D5F6) is unknown color: approx Light Sky Blue. HEX triplet: 77, D5 and F6. RGB value is (119,213,246). Sum of RGB (Red+Green+Blue) = 119+213+246=578 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.59% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #77D5F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D5F6 is #882A09. Grayscale: #BCBCBC. Windows color (decimal): -8923658 or 16176503. OLE color: 16176503.

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

Color convert

RGB119213246-
CMYK0.520.1300.04
HSL195.59º87.59%71.57%-
HSV(B)195.59º51.63%96.47%-
XYZ48.0458.1695.88-
YUV188.66160.3678.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.59%
GREEN value IS 213 (83.59% from 255) = 36.85%
BLUE value IS 246 (96.48% from 255) = 42.56%
R=20.59%
G=36.85%
B=42.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1192132460.520.1300.04195.5987.5971.57
Hex77D5F634D04c45848
Octal167325366641504304130110
Binary11101111101010111110110110100110101001100010010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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