Html Css Color HEX #76E0FF Light Sky Blue

📋 copy color: '#76E0FF'

red 118 ◦ green 224 ◦ blue 255

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

Shades of Light Sky Blue #76E0FF

Tints of Light Sky Blue #76E0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.52%

 BLUE value IS 255 (100% from 255) = 42.71%

R = 19.77%
G = 37.52%
B = 42.71%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76E0FF (or 0x76E0FF) is known color: Light Sky Blue. HEX triplet: 76, E0 and FF. RGB value is (118,224,255). Sum of RGB (Red+Green+Blue) = 118+224+255=597 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.77% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #76E0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E0FF is #891F00. Grayscale: #C3C3C3. Windows color (decimal): -8986369 or 16769142. OLE color: 16769142.

HSL color Cylindrical-coordinate representation of color #76E0FF: hue angle of 193.58º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76E0FF is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 224 255 -
CMYK 0.54 0.12 0 0
HSL 193.58º 1% 0.73% -
HSV(B) 193.58º 0.54% 1% -
XYZ 52.18 64.38 104.28 -
YUV 195.84 161.38 72.48 -
System Red Green Blue C M Y K H S L
Decimal 118 224 255 0.54 0.12 0 0 193.58 1 0.73
Hex 76 E0 FF 36 C 0 0 C2 64 49
Octal 166 340 377 66 14 0 0 302 144 111
Binary 1110110 11100000 11111111 110110 1100 0 0 11000010 1100100 1001001

Color Harmonies of #76E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E0FF

Black with #76E0FF

Text Example


Text Example

White with #76E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,224,255); }

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

background-color css

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

 a { background-color: rgb(118,224,255); }

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

border-color css

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

 span { border-color: rgb(118,224,255); }

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