Html Css Color HEX #80D4FD Light Sky Blue

📋 copy color: '#80D4FD'

red 128 ◦ green 212 ◦ blue 253

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

Shades of Light Sky Blue #80D4FD

Tints of Light Sky Blue #80D4FD

RGB

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

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

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

R = 21.59%
G = 35.75%
B = 42.66%

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

#80D4FD (or 0x80D4FD) is known color: Light Sky Blue. HEX triplet: 80, D4 and FD. RGB value is (128,212,253). Sum of RGB (Red+Green+Blue) = 128+212+253=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #80D4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D4FD is #7F2B02. Grayscale: #BFBFBF. Windows color (decimal): -8334083 or 16635008. OLE color: 16635008.

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

Color convert

RGB 128 212 253 -
CMYK 0.49 0.16 0 0.01
HSL 199.68º 0.97% 0.75% -
HSV(B) 199.68º 0.49% 0.99% -
XYZ 50.18 58.77 101.63 -
YUV 191.56 162.67 82.67 -
System Red Green Blue C M Y K H S L
Decimal 128 212 253 0.49 0.16 0 0.01 199.68 0.97 0.75
Hex 80 D4 FD 31 10 0 1 C8 61 4B
Octal 200 324 375 61 20 0 1 310 141 113
Binary 10000000 11010100 11111101 110001 10000 0 1 11001000 1100001 1001011

Color Harmonies of #80D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D4FD

Black with #80D4FD

Text Example


Text Example

White with #80D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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