#77DEFD

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

Shades of Light Sky Blue #77DEFD

Tints of Light Sky Blue #77DEFD

Color information

#77DEFD (or 0x77DEFD) is unknown color: approx Light Sky Blue. HEX triplet: 77, DE and FD. RGB value is (119,222,253). Sum of RGB (Red+Green+Blue) = 119+222+253=594 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.03% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #77DEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DEFD is #882102. Grayscale: #C2C2C2. Windows color (decimal): -8921347 or 16637559. OLE color: 16637559.

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

Color convert

RGB119222253-
CMYK0.530.1200.01
HSL193.88º97.1%72.94%-
HSV(B)193.88º52.96%99.22%-
XYZ51.4663.26102.43-
YUV194.74160.8873.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.03%
GREEN value IS 222 (87.11% from 255) = 37.37%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=20.03%
G=37.37%
B=42.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1192222530.530.1200.01193.8897.172.94
Hex77DEFD35C01c26149
Octal167336375651401302141111
Binary111011111011110111111011101011100011100001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,222,253); }

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

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

 a { background-color: rgb(119,222,253); }

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

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

 span { border-color: rgb(119,222,253); }

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