Html Css Color HEX #80D3FD Light Sky Blue

📋 copy color: '#80D3FD'

red 128 ◦ green 211 ◦ blue 253

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

Shades of Light Sky Blue #80D3FD

Tints of Light Sky Blue #80D3FD

RGB

 RED value IS 128 (50.39% from 255) = 21.62%

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

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

R = 21.62%
G = 35.64%
B = 42.74%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80D3FD (or 0x80D3FD) is known color: Light Sky Blue. HEX triplet: 80, D3 and FD. RGB value is (128,211,253). Sum of RGB (Red+Green+Blue) = 128+211+253=592 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.62% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #80D3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D3FD is #7F2C02. Grayscale: #BEBEBE. Windows color (decimal): -8334339 or 16634752. OLE color: 16634752.

HSL color Cylindrical-coordinate representation of color #80D3FD: hue angle of 200.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80D3FD is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 211 253 -
CMYK 0.49 0.17 0 0.01
HSL 200.16º 0.97% 0.75% -
HSV(B) 200.16º 0.49% 0.99% -
XYZ 49.93 58.27 101.54 -
YUV 190.97 163 83.08 -
System Red Green Blue C M Y K H S L
Decimal 128 211 253 0.49 0.17 0 0.01 200.16 0.97 0.75
Hex 80 D3 FD 31 11 0 1 C8 61 4B
Octal 200 323 375 61 21 0 1 310 141 113
Binary 10000000 11010011 11111101 110001 10001 0 1 11001000 1100001 1001011

Color Harmonies of #80D3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D3FD

Black with #80D3FD

Text Example


Text Example

White with #80D3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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