Html Css Color HEX #77DCFC Light Sky Blue

📋 copy color: '#77DCFC'

red 119 ◦ green 220 ◦ blue 252

#77DCFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #77DCFC

Tints of Light Sky Blue #77DCFC

RGB

 RED value IS 119 (46.88% from 255) = 20.14%

 GREEN value IS 220 (86.33% from 255) = 37.23%

 BLUE value IS 252 (98.83% from 255) = 42.64%

R = 20.14%
G = 37.23%
B = 42.64%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77DCFC (or 0x77DCFC) is known color: Light Sky Blue. HEX triplet: 77, DC and FC. RGB value is (119,220,252). Sum of RGB (Red+Green+Blue) = 119+220+252=591 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.14% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #77DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DCFC is #882303. Grayscale: #C1C1C1. Windows color (decimal): -8921860 or 16571511. OLE color: 16571511.

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

Color convert

RGB 119 220 252 -
CMYK 0.53 0.13 0 0.01
HSL 194.44º 0.96% 0.73% -
HSV(B) 194.44º 0.53% 0.99% -
XYZ 50.77 62.14 101.41 -
YUV 193.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 119 220 252 0.53 0.13 0 0.01 194.44 0.96 0.73
Hex 77 DC FC 35 D 0 1 C2 60 49
Octal 167 334 374 65 15 0 1 302 140 111
Binary 1110111 11011100 11111100 110101 1101 0 1 11000010 1100000 1001001

Color Harmonies of #77DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DCFC

Black with #77DCFC

Text Example


Text Example

White with #77DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77DCFC;
 }
 .AnyTagClassName
 {
   color: #77DCFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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