Html Css Color HEX #76D8FB Light Sky Blue

📋 copy color: '#76D8FB'

red 118 ◦ green 216 ◦ blue 251

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

Shades of Light Sky Blue #76D8FB

Tints of Light Sky Blue #76D8FB

RGB

 RED value IS 118 (46.48% from 255) = 20.17%

 GREEN value IS 216 (84.77% from 255) = 36.92%

 BLUE value IS 251 (98.44% from 255) = 42.91%

R = 20.17%
G = 36.92%
B = 42.91%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#76D8FB (or 0x76D8FB) is known color: Light Sky Blue. HEX triplet: 76, D8 and FB. RGB value is (118,216,251). Sum of RGB (Red+Green+Blue) = 118+216+251=585 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.17% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #76D8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D8FB is #892704. Grayscale: #BEBEBE. Windows color (decimal): -8988421 or 16504950. OLE color: 16504950.

HSL color Cylindrical-coordinate representation of color #76D8FB: hue angle of 195.79º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76D8FB is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 216 251 -
CMYK 0.53 0.14 0 0.02
HSL 195.79º 0.94% 0.72% -
HSV(B) 195.79º 0.53% 0.98% -
XYZ 49.44 59.93 100.23 -
YUV 190.69 162.03 76.15 -
System Red Green Blue C M Y K H S L
Decimal 118 216 251 0.53 0.14 0 0.02 195.79 0.94 0.72
Hex 76 D8 FB 35 E 0 2 C4 5E 48
Octal 166 330 373 65 16 0 2 304 136 110
Binary 1110110 11011000 11111011 110101 1110 0 10 11000100 1011110 1001000

Color Harmonies of #76D8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D8FB

Black with #76D8FB

Text Example


Text Example

White with #76D8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76D8FB; }

 p { color: rgb(118,216,251); }

 H1.HeaderClassName
 {
   color: #76D8FB;
 }
 .AnyTagClassName
 {
   color: #76D8FB;
 }
</style>

background-color css

<style>
 a { background-color: #76D8FB; }

 a { background-color: rgb(118,216,251); }

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

border-color css

<style>
 span { border-color: #76D8FB; }

 span { border-color: rgb(118,216,251); }

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