Html Css Color HEX #76DBFC Light Sky Blue

📋 copy color: '#76DBFC'

red 118 ◦ green 219 ◦ blue 252

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

Shades of Light Sky Blue #76DBFC

Tints of Light Sky Blue #76DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.18%

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 20.03%
G = 37.18%
B = 42.78%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76DBFC (or 0x76DBFC) is known color: Light Sky Blue. HEX triplet: 76, DB and FC. RGB value is (118,219,252). Sum of RGB (Red+Green+Blue) = 118+219+252=589 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20.03% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #76DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DBFC is #892403. Grayscale: #C0C0C0. Windows color (decimal): -8987652 or 16571254. OLE color: 16571254.

HSL color Cylindrical-coordinate representation of color #76DBFC: hue angle of 194.78º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76DBFC is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 219 252 -
CMYK 0.53 0.13 0 0.01
HSL 194.78º 0.96% 0.73% -
HSV(B) 194.78º 0.53% 0.99% -
XYZ 50.37 61.54 101.32 -
YUV 192.56 161.54 74.82 -
System Red Green Blue C M Y K H S L
Decimal 118 219 252 0.53 0.13 0 0.01 194.78 0.96 0.73
Hex 76 DB FC 35 D 0 1 C3 60 49
Octal 166 333 374 65 15 0 1 303 140 111
Binary 1110110 11011011 11111100 110101 1101 0 1 11000011 1100000 1001001

Color Harmonies of #76DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBFC

Black with #76DBFC

Text Example


Text Example

White with #76DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,219,252); }

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

background-color css

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

 a { background-color: rgb(118,219,252); }

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

border-color css

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

 span { border-color: rgb(118,219,252); }

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