Html Css Color HEX #80D5FC Light Sky Blue

📋 copy color: '#80D5FC'

red 128 ◦ green 213 ◦ blue 252

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

Shades of Light Sky Blue #80D5FC

Tints of Light Sky Blue #80D5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 21.59%
G = 35.92%
B = 42.5%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80D5FC (or 0x80D5FC) is known color: Light Sky Blue. HEX triplet: 80, D5 and FC. RGB value is (128,213,252). Sum of RGB (Red+Green+Blue) = 128+213+252=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #80D5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D5FC is #7F2A03. Grayscale: #BFBFBF. Windows color (decimal): -8333828 or 16569728. OLE color: 16569728.

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

Color convert

RGB 128 213 252 -
CMYK 0.49 0.15 0 0.01
HSL 198.87º 0.95% 0.75% -
HSV(B) 198.87º 0.49% 0.99% -
XYZ 50.27 59.21 100.87 -
YUV 192.03 161.84 82.33 -
System Red Green Blue C M Y K H S L
Decimal 128 213 252 0.49 0.15 0 0.01 198.87 0.95 0.75
Hex 80 D5 FC 31 F 0 1 C7 5F 4B
Octal 200 325 374 61 17 0 1 307 137 113
Binary 10000000 11010101 11111100 110001 1111 0 1 11000111 1011111 1001011

Color Harmonies of #80D5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D5FC

Black with #80D5FC

Text Example


Text Example

White with #80D5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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