Html Css Color HEX #80D5FD Light Sky Blue

📋 copy color: '#80D5FD'

red 128 ◦ green 213 ◦ blue 253

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

Shades of Light Sky Blue #80D5FD

Tints of Light Sky Blue #80D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.86%

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

R = 21.55%
G = 35.86%
B = 42.59%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80D5FD (or 0x80D5FD) is known color: Light Sky Blue. HEX triplet: 80, D5 and FD. RGB value is (128,213,253). Sum of RGB (Red+Green+Blue) = 128+213+253=594 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.55% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #80D5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D5FD is #7F2A02. Grayscale: #BFBFBF. Windows color (decimal): -8333827 or 16635264. OLE color: 16635264.

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

Color convert

RGB 128 213 253 -
CMYK 0.49 0.16 0 0.01
HSL 199.2º 0.97% 0.75% -
HSV(B) 199.2º 0.49% 0.99% -
XYZ 50.43 59.27 101.71 -
YUV 192.15 162.34 82.25 -
System Red Green Blue C M Y K H S L
Decimal 128 213 253 0.49 0.16 0 0.01 199.2 0.97 0.75
Hex 80 D5 FD 31 10 0 1 C7 61 4B
Octal 200 325 375 61 20 0 1 307 141 113
Binary 10000000 11010101 11111101 110001 10000 0 1 11000111 1100001 1001011

Color Harmonies of #80D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D5FD

Black with #80D5FD

Text Example


Text Example

White with #80D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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