Html Css Color HEX #76DCFD Light Sky Blue

📋 copy color: '#76DCFD'

red 118 ◦ green 220 ◦ blue 253

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

Shades of Light Sky Blue #76DCFD

Tints of Light Sky Blue #76DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 19.97%
G = 37.23%
B = 42.81%

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

#76DCFD (or 0x76DCFD) is known color: Light Sky Blue. HEX triplet: 76, DC and FD. RGB value is (118,220,253). Sum of RGB (Red+Green+Blue) = 118+220+253=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #76DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DCFD is #892302. Grayscale: #C1C1C1. Windows color (decimal): -8987395 or 16637046. OLE color: 16637046.

HSL color Cylindrical-coordinate representation of color #76DCFD: hue angle of 194.67º degrees, saturation: 0.97, 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 #76DCFD is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 220 253 -
CMYK 0.53 0.13 0 0.01
HSL 194.67º 0.97% 0.73% -
HSV(B) 194.67º 0.53% 0.99% -
XYZ 50.79 62.13 102.24 -
YUV 193.26 161.71 74.32 -
System Red Green Blue C M Y K H S L
Decimal 118 220 253 0.53 0.13 0 0.01 194.67 0.97 0.73
Hex 76 DC FD 35 D 0 1 C3 61 49
Octal 166 334 375 65 15 0 1 303 141 111
Binary 1110110 11011100 11111101 110101 1101 0 1 11000011 1100001 1001001

Color Harmonies of #76DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCFD

Black with #76DCFD

Text Example


Text Example

White with #76DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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