Html Css Color HEX #77DAFC Light Sky Blue

📋 copy color: '#77DAFC'

red 119 ◦ green 218 ◦ blue 252

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

Shades of Light Sky Blue #77DAFC

Tints of Light Sky Blue #77DAFC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.01%

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

R = 20.2%
G = 37.01%
B = 42.78%

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

#77DAFC (or 0x77DAFC) is known color: Light Sky Blue. HEX triplet: 77, DA and FC. RGB value is (119,218,252). Sum of RGB (Red+Green+Blue) = 119+218+252=589 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.20% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #77DAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DAFC is #882503. Grayscale: #C0C0C0. Windows color (decimal): -8922372 or 16570999. OLE color: 16570999.

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

Color convert

RGB 119 218 252 -
CMYK 0.53 0.13 0 0.01
HSL 195.34º 0.96% 0.73% -
HSV(B) 195.34º 0.53% 0.99% -
XYZ 50.25 61.09 101.24 -
YUV 192.28 161.7 75.74 -
System Red Green Blue C M Y K H S L
Decimal 119 218 252 0.53 0.13 0 0.01 195.34 0.96 0.73
Hex 77 DA FC 35 D 0 1 C3 60 49
Octal 167 332 374 65 15 0 1 303 140 111
Binary 1110111 11011010 11111100 110101 1101 0 1 11000011 1100000 1001001

Color Harmonies of #77DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DAFC

Black with #77DAFC

Text Example


Text Example

White with #77DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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