Html Css Color HEX #76D3FD Light Sky Blue

📋 copy color: '#76D3FD'

red 118 ◦ green 211 ◦ blue 253

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

Shades of Light Sky Blue #76D3FD

Tints of Light Sky Blue #76D3FD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.25%

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

R = 20.27%
G = 36.25%
B = 43.47%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76D3FD (or 0x76D3FD) is known color: Light Sky Blue. HEX triplet: 76, D3 and FD. RGB value is (118,211,253). Sum of RGB (Red+Green+Blue) = 118+211+253=582 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.27% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #76D3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D3FD is #892C02. Grayscale: #BBBBBB. Windows color (decimal): -8989699 or 16634742. OLE color: 16634742.

HSL color Cylindrical-coordinate representation of color #76D3FD: hue angle of 198.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 #76D3FD is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 211 253 -
CMYK 0.53 0.17 0 0.01
HSL 198.67º 0.97% 0.73% -
HSV(B) 198.67º 0.53% 0.99% -
XYZ 48.5 57.53 101.48 -
YUV 187.98 164.69 78.08 -
System Red Green Blue C M Y K H S L
Decimal 118 211 253 0.53 0.17 0 0.01 198.67 0.97 0.73
Hex 76 D3 FD 35 11 0 1 C7 61 49
Octal 166 323 375 65 21 0 1 307 141 111
Binary 1110110 11010011 11111101 110101 10001 0 1 11000111 1100001 1001001

Color Harmonies of #76D3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D3FD

Black with #76D3FD

Text Example


Text Example

White with #76D3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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