Html Css Color HEX #76D4FA Light Sky Blue

📋 copy color: '#76D4FA'

red 118 ◦ green 212 ◦ blue 250

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

Shades of Light Sky Blue #76D4FA

Tints of Light Sky Blue #76D4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.55%

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 20.34%
G = 36.55%
B = 43.1%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#76D4FA (or 0x76D4FA) is known color: Light Sky Blue. HEX triplet: 76, D4 and FA. RGB value is (118,212,250). Sum of RGB (Red+Green+Blue) = 118+212+250=580 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.34% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #76D4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D4FA is #892B05. Grayscale: #BBBBBB. Windows color (decimal): -8989446 or 16438390. OLE color: 16438390.

HSL color Cylindrical-coordinate representation of color #76D4FA: hue angle of 197.27º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76D4FA is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 212 250 -
CMYK 0.53 0.15 0 0.02
HSL 197.27º 0.93% 0.72% -
HSV(B) 197.27º 0.53% 0.98% -
XYZ 48.27 57.84 99.06 -
YUV 188.23 162.86 77.91 -
System Red Green Blue C M Y K H S L
Decimal 118 212 250 0.53 0.15 0 0.02 197.27 0.93 0.72
Hex 76 D4 FA 35 F 0 2 C5 5D 48
Octal 166 324 372 65 17 0 2 305 135 110
Binary 1110110 11010100 11111010 110101 1111 0 10 11000101 1011101 1001000

Color Harmonies of #76D4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D4FA

Black with #76D4FA

Text Example


Text Example

White with #76D4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,212,250); }

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

background-color css

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

 a { background-color: rgb(118,212,250); }

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

border-color css

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

 span { border-color: rgb(118,212,250); }

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