Html Css Color HEX #76DCFF Light Sky Blue

📋 copy color: '#76DCFF'

red 118 ◦ green 220 ◦ blue 255

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

Shades of Light Sky Blue #76DCFF

Tints of Light Sky Blue #76DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

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

R = 19.9%
G = 37.1%
B = 43%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76DCFF (or 0x76DCFF) is known color: Light Sky Blue. HEX triplet: 76, DC and FF. RGB value is (118,220,255). Sum of RGB (Red+Green+Blue) = 118+220+255=593 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.90% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #76DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DCFF is #892300. Grayscale: #C1C1C1. Windows color (decimal): -8987393 or 16768118. OLE color: 16768118.

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

Color convert

RGB 118 220 255 -
CMYK 0.54 0.14 0 0
HSL 195.33º 1% 0.73% -
HSV(B) 195.33º 0.54% 1% -
XYZ 51.11 62.26 103.93 -
YUV 193.49 162.71 74.15 -
System Red Green Blue C M Y K H S L
Decimal 118 220 255 0.54 0.14 0 0 195.33 1 0.73
Hex 76 DC FF 36 E 0 0 C3 64 49
Octal 166 334 377 66 16 0 0 303 144 111
Binary 1110110 11011100 11111111 110110 1110 0 0 11000011 1100100 1001001

Color Harmonies of #76DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCFF

Black with #76DCFF

Text Example


Text Example

White with #76DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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