Html Css Color HEX #80C8FE Light Sky Blue

📋 copy color: '#80C8FE'

red 128 ◦ green 200 ◦ blue 254

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

Shades of Light Sky Blue #80C8FE

Tints of Light Sky Blue #80C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.36%

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 21.99%
G = 34.36%
B = 43.64%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80C8FE (or 0x80C8FE) is known color: Light Sky Blue. HEX triplet: 80, C8 and FE. RGB value is (128,200,254). Sum of RGB (Red+Green+Blue) = 128+200+254=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #80C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C8FE is #7F3701. Grayscale: #B8B8B8. Windows color (decimal): -8337154 or 16697472. OLE color: 16697472.

HSL color Cylindrical-coordinate representation of color #80C8FE: hue angle of 205.71º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80C8FE is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 200 254 -
CMYK 0.50 0.21 0 0.00
HSL 205.71º 0.98% 0.75% -
HSV(B) 205.71º 0.5% 1% -
XYZ 47.45 53.05 101.51 -
YUV 184.63 167.15 87.61 -
System Red Green Blue C M Y K H S L
Decimal 128 200 254 0.50 0.21 0 0.00 205.71 0.98 0.75
Hex 80 C8 FE 32 15 0 0 CE 62 4B
Octal 200 310 376 62 25 0 0 316 142 113
Binary 10000000 11001000 11111110 110010 10101 0 0 11001110 1100010 1001011

Color Harmonies of #80C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C8FE

Black with #80C8FE

Text Example


Text Example

White with #80C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,200,254); }

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

background-color css

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

 a { background-color: rgb(128,200,254); }

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

border-color css

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

 span { border-color: rgb(128,200,254); }

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