#77DAFD

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

Shades of Light Sky Blue #77DAFD

Tints of Light Sky Blue #77DAFD

Color information

#77DAFD (or 0x77DAFD) is unknown color: approx Light Sky Blue. HEX triplet: 77, DA and FD. RGB value is (119,218,253). Sum of RGB (Red+Green+Blue) = 119+218+253=590 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.17% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #77DAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DAFD is #882502. Grayscale: #C0C0C0. Windows color (decimal): -8922371 or 16636535. OLE color: 16636535.

HSL color Cylindrical-coordinate representation of color #77DAFD: hue angle of 195.67º 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 #77DAFD is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB119218253-
CMYK0.530.1400.01
HSL195.67º97.1%72.94%-
HSV(B)195.67º52.96%99.22%-
XYZ50.4161.16102.08-
YUV192.39162.275.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.17%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=20.17%
G=36.95%
B=42.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1192182530.530.1400.01195.6797.172.94
Hex77DAFD35E01c46149
Octal167332375651601304141111
Binary111011111011010111111011101011110011100010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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