Html Css Color HEX #77D2F6 Light Sky Blue

📋 copy color: '#77D2F6'

red 119 ◦ green 210 ◦ blue 246

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

Shades of Light Sky Blue #77D2F6

Tints of Light Sky Blue #77D2F6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.52%

 BLUE value IS 246 (96.48% from 255) = 42.78%

R = 20.7%
G = 36.52%
B = 42.78%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77D2F6 (or 0x77D2F6) is known color: Light Sky Blue. HEX triplet: 77, D2 and F6. RGB value is (119,210,246). Sum of RGB (Red+Green+Blue) = 119+210+246=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #77D2F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D2F6 is #882D09. Grayscale: #BABABA. Windows color (decimal): -8924426 or 16175735. OLE color: 16175735.

HSL color Cylindrical-coordinate representation of color #77D2F6: hue angle of 197.01º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77D2F6 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 210 246 -
CMYK 0.52 0.15 0 0.04
HSL 197.01º 0.88% 0.72% -
HSV(B) 197.01º 0.52% 0.96% -
XYZ 47.29 56.67 95.63 -
YUV 186.9 161.35 79.57 -
System Red Green Blue C M Y K H S L
Decimal 119 210 246 0.52 0.15 0 0.04 197.01 0.88 0.72
Hex 77 D2 F6 34 F 0 4 C5 58 48
Octal 167 322 366 64 17 0 4 305 130 110
Binary 1110111 11010010 11110110 110100 1111 0 100 11000101 1011000 1001000

Color Harmonies of #77D2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D2F6

Black with #77D2F6

Text Example


Text Example

White with #77D2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,210,246); }

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

background-color css

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

 a { background-color: rgb(119,210,246); }

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

border-color css

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

 span { border-color: rgb(119,210,246); }

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