Html Css Color HEX #80D2FD Light Sky Blue

📋 copy color: '#80D2FD'

red 128 ◦ green 210 ◦ blue 253

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

Shades of Light Sky Blue #80D2FD

Tints of Light Sky Blue #80D2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.53%

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

R = 21.66%
G = 35.53%
B = 42.81%

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

#80D2FD (or 0x80D2FD) is known color: Light Sky Blue. HEX triplet: 80, D2 and FD. RGB value is (128,210,253). Sum of RGB (Red+Green+Blue) = 128+210+253=591 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.66% from 591); Green value is 210 (82.42% from 255 or 35.53% 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 #80D2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D2FD is #7F2D02. Grayscale: #BEBEBE. Windows color (decimal): -8334595 or 16634496. OLE color: 16634496.

HSL color Cylindrical-coordinate representation of color #80D2FD: hue angle of 200.64º 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 #80D2FD is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 210 253 -
CMYK 0.49 0.17 0 0.01
HSL 200.64º 0.97% 0.75% -
HSV(B) 200.64º 0.49% 0.99% -
XYZ 49.68 57.77 101.46 -
YUV 190.38 163.33 83.5 -
System Red Green Blue C M Y K H S L
Decimal 128 210 253 0.49 0.17 0 0.01 200.64 0.97 0.75
Hex 80 D2 FD 31 11 0 1 C9 61 4B
Octal 200 322 375 61 21 0 1 311 141 113
Binary 10000000 11010010 11111101 110001 10001 0 1 11001001 1100001 1001011

Color Harmonies of #80D2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D2FD

Black with #80D2FD

Text Example


Text Example

White with #80D2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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