Html Css Color HEX #77DDFC Light Sky Blue

📋 copy color: '#77DDFC'

red 119 ◦ green 221 ◦ blue 252

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

Shades of Light Sky Blue #77DDFC

Tints of Light Sky Blue #77DDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.33%

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

R = 20.1%
G = 37.33%
B = 42.57%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77DDFC (or 0x77DDFC) is known color: Light Sky Blue. HEX triplet: 77, DD and FC. RGB value is (119,221,252). Sum of RGB (Red+Green+Blue) = 119+221+252=592 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.10% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #77DDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DDFC is #882203. Grayscale: #C1C1C1. Windows color (decimal): -8921604 or 16571767. OLE color: 16571767.

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

Color convert

RGB 119 221 252 -
CMYK 0.53 0.12 0 0.01
HSL 193.99º 0.96% 0.73% -
HSV(B) 193.99º 0.53% 0.99% -
XYZ 51.03 62.66 101.5 -
YUV 194.04 160.71 74.48 -
System Red Green Blue C M Y K H S L
Decimal 119 221 252 0.53 0.12 0 0.01 193.99 0.96 0.73
Hex 77 DD FC 35 C 0 1 C2 60 49
Octal 167 335 374 65 14 0 1 302 140 111
Binary 1110111 11011101 11111100 110101 1100 0 1 11000010 1100000 1001001

Color Harmonies of #77DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDFC

Black with #77DDFC

Text Example


Text Example

White with #77DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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