Html Css Color HEX #76DAFF Light Sky Blue

📋 copy color: '#76DAFF'

red 118 ◦ green 218 ◦ blue 255

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

Shades of Light Sky Blue #76DAFF

Tints of Light Sky Blue #76DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.89%

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

R = 19.97%
G = 36.89%
B = 43.15%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76DAFF (or 0x76DAFF) is known color: Light Sky Blue. HEX triplet: 76, DA and FF. RGB value is (118,218,255). Sum of RGB (Red+Green+Blue) = 118+218+255=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #76DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DAFF is #892500. Grayscale: #C0C0C0. Windows color (decimal): -8987905 or 16767606. OLE color: 16767606.

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

Color convert

RGB 118 218 255 -
CMYK 0.54 0.15 0 0
HSL 196.2º 1% 0.73% -
HSV(B) 196.2º 0.54% 1% -
XYZ 50.59 61.21 103.76 -
YUV 192.32 163.37 74.99 -
System Red Green Blue C M Y K H S L
Decimal 118 218 255 0.54 0.15 0 0 196.2 1 0.73
Hex 76 DA FF 36 F 0 0 C4 64 49
Octal 166 332 377 66 17 0 0 304 144 111
Binary 1110110 11011010 11111111 110110 1111 0 0 11000100 1100100 1001001

Color Harmonies of #76DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DAFF

Black with #76DAFF

Text Example


Text Example

White with #76DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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