Html Css Color HEX #77D5F7 Light Sky Blue

📋 copy color: '#77D5F7'

red 119 ◦ green 213 ◦ blue 247

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

Shades of Light Sky Blue #77D5F7

Tints of Light Sky Blue #77D5F7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.79%

 BLUE value IS 247 (96.88% from 255) = 42.66%

R = 20.55%
G = 36.79%
B = 42.66%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#77D5F7 (or 0x77D5F7) is known color: Light Sky Blue. HEX triplet: 77, D5 and F7. RGB value is (119,213,247). Sum of RGB (Red+Green+Blue) = 119+213+247=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #77D5F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D5F7 is #882A08. Grayscale: #BCBCBC. Windows color (decimal): -8923657 or 16242039. OLE color: 16242039.

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

Color convert

RGB 119 213 247 -
CMYK 0.52 0.14 0 0.03
HSL 195.94º 0.89% 0.72% -
HSV(B) 195.94º 0.52% 0.97% -
XYZ 48.19 58.23 96.69 -
YUV 188.77 160.86 78.24 -
System Red Green Blue C M Y K H S L
Decimal 119 213 247 0.52 0.14 0 0.03 195.94 0.89 0.72
Hex 77 D5 F7 34 E 0 3 C4 59 48
Octal 167 325 367 64 16 0 3 304 131 110
Binary 1110111 11010101 11110111 110100 1110 0 11 11000100 1011001 1001000

Color Harmonies of #77D5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D5F7

Black with #77D5F7

Text Example


Text Example

White with #77D5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,213,247); }

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

background-color css

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

 a { background-color: rgb(119,213,247); }

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

border-color css

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

 span { border-color: rgb(119,213,247); }

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