#77DCFF

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

Shades of Light Sky Blue #77DCFF

Tints of Light Sky Blue #77DCFF

Color information

#77DCFF (or 0x77DCFF) is unknown color: approx Light Sky Blue. HEX triplet: 77, DC and FF. RGB value is (119,220,255). Sum of RGB (Red+Green+Blue) = 119+220+255=594 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.03% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #77DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DCFF is #882300. Grayscale: #C1C1C1. Windows color (decimal): -8921857 or 16768119. OLE color: 16768119.

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

Color convert

RGB119220255-
CMYK0.530.1400
HSL195.44º100%73.33%-
HSV(B)195.44º53.33%100%-
XYZ51.2562.33103.94-
YUV193.79162.5474.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.03%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 255 (100% from 255) = 42.93%
R=20.03%
G=37.04%
B=42.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1192202550.530.1400195.4410073.33
Hex77DCFF35E00c36449
Octal167334377651600303144111
Binary111011111011100111111111101011110001100001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,220,255); }

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

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

 a { background-color: rgb(119,220,255); }

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

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

 span { border-color: rgb(119,220,255); }

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