Html Css Color HEX #80D1FD Light Sky Blue

📋 copy color: '#80D1FD'

red 128 ◦ green 209 ◦ blue 253

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

Shades of Light Sky Blue #80D1FD

Tints of Light Sky Blue #80D1FD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.42%

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

R = 21.69%
G = 35.42%
B = 42.88%

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

#80D1FD (or 0x80D1FD) is known color: Light Sky Blue. HEX triplet: 80, D1 and FD. RGB value is (128,209,253). Sum of RGB (Red+Green+Blue) = 128+209+253=590 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.69% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #80D1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D1FD is #7F2E02. Grayscale: #BDBDBD. Windows color (decimal): -8334851 or 16634240. OLE color: 16634240.

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

Color convert

RGB 128 209 253 -
CMYK 0.49 0.17 0 0.01
HSL 201.12º 0.97% 0.75% -
HSV(B) 201.12º 0.49% 0.99% -
XYZ 49.43 57.28 101.38 -
YUV 189.8 163.66 83.92 -
System Red Green Blue C M Y K H S L
Decimal 128 209 253 0.49 0.17 0 0.01 201.12 0.97 0.75
Hex 80 D1 FD 31 11 0 1 C9 61 4B
Octal 200 321 375 61 21 0 1 311 141 113
Binary 10000000 11010001 11111101 110001 10001 0 1 11001001 1100001 1001011

Color Harmonies of #80D1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D1FD

Black with #80D1FD

Text Example


Text Example

White with #80D1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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