Html Css Color HEX #76DEFF Light Sky Blue

📋 copy color: '#76DEFF'

red 118 ◦ green 222 ◦ blue 255

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

Shades of Light Sky Blue #76DEFF

Tints of Light Sky Blue #76DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.31%

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

R = 19.83%
G = 37.31%
B = 42.86%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76DEFF (or 0x76DEFF) is known color: Light Sky Blue. HEX triplet: 76, DE and FF. RGB value is (118,222,255). Sum of RGB (Red+Green+Blue) = 118+222+255=595 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.83% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #76DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DEFF is #892100. Grayscale: #C2C2C2. Windows color (decimal): -8986881 or 16768630. OLE color: 16768630.

HSL color Cylindrical-coordinate representation of color #76DEFF: hue angle of 194.45º 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 #76DEFF is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 222 255 -
CMYK 0.54 0.13 0 0
HSL 194.45º 1% 0.73% -
HSV(B) 194.45º 0.54% 1% -
XYZ 51.64 63.31 104.11 -
YUV 194.67 162.04 73.32 -
System Red Green Blue C M Y K H S L
Decimal 118 222 255 0.54 0.13 0 0 194.45 1 0.73
Hex 76 DE FF 36 D 0 0 C2 64 49
Octal 166 336 377 66 15 0 0 302 144 111
Binary 1110110 11011110 11111111 110110 1101 0 0 11000010 1100100 1001001

Color Harmonies of #76DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DEFF

Black with #76DEFF

Text Example


Text Example

White with #76DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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