Html Css Color HEX #77D3F6 Light Sky Blue

📋 copy color: '#77D3F6'

red 119 ◦ green 211 ◦ blue 246

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

Shades of Light Sky Blue #77D3F6

Tints of Light Sky Blue #77D3F6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.63%

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

R = 20.66%
G = 36.63%
B = 42.71%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77D3F6 (or 0x77D3F6) is known color: Light Sky Blue. HEX triplet: 77, D3 and F6. RGB value is (119,211,246). Sum of RGB (Red+Green+Blue) = 119+211+246=576 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.66% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #77D3F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D3F6 is #882C09. Grayscale: #BBBBBB. Windows color (decimal): -8924170 or 16175991. OLE color: 16175991.

HSL color Cylindrical-coordinate representation of color #77D3F6: hue angle of 196.54º 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 #77D3F6 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 211 246 -
CMYK 0.52 0.14 0 0.04
HSL 196.54º 0.88% 0.72% -
HSV(B) 196.54º 0.52% 0.96% -
XYZ 47.54 57.16 95.72 -
YUV 187.48 161.02 79.15 -
System Red Green Blue C M Y K H S L
Decimal 119 211 246 0.52 0.14 0 0.04 196.54 0.88 0.72
Hex 77 D3 F6 34 E 0 4 C5 58 48
Octal 167 323 366 64 16 0 4 305 130 110
Binary 1110111 11010011 11110110 110100 1110 0 100 11000101 1011000 1001000

Color Harmonies of #77D3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D3F6

Black with #77D3F6

Text Example


Text Example

White with #77D3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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