Html Css Color HEX #77D3F8 Light Sky Blue

📋 copy color: '#77D3F8'

red 119 ◦ green 211 ◦ blue 248

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

Shades of Light Sky Blue #77D3F8

Tints of Light Sky Blue #77D3F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.91%

R = 20.59%
G = 36.51%
B = 42.91%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#77D3F8 (or 0x77D3F8) is known color: Light Sky Blue. HEX triplet: 77, D3 and F8. RGB value is (119,211,248). Sum of RGB (Red+Green+Blue) = 119+211+248=578 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.59% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #77D3F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D3F8 is #882C07. Grayscale: #BBBBBB. Windows color (decimal): -8924168 or 16307063. OLE color: 16307063.

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

Color convert

RGB 119 211 248 -
CMYK 0.52 0.15 0 0.03
HSL 197.21º 0.9% 0.72% -
HSV(B) 197.21º 0.52% 0.97% -
XYZ 47.85 57.29 97.34 -
YUV 187.71 162.02 78.99 -
System Red Green Blue C M Y K H S L
Decimal 119 211 248 0.52 0.15 0 0.03 197.21 0.9 0.72
Hex 77 D3 F8 34 F 0 3 C5 5A 48
Octal 167 323 370 64 17 0 3 305 132 110
Binary 1110111 11010011 11111000 110100 1111 0 11 11000101 1011010 1001000

Color Harmonies of #77D3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D3F8

Black with #77D3F8

Text Example


Text Example

White with #77D3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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