Html Css Color HEX #80C7FE Light Sky Blue

📋 copy color: '#80C7FE'

red 128 ◦ green 199 ◦ blue 254

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

Shades of Light Sky Blue #80C7FE

Tints of Light Sky Blue #80C7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.25%

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

R = 22.03%
G = 34.25%
B = 43.72%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80C7FE (or 0x80C7FE) is known color: Light Sky Blue. HEX triplet: 80, C7 and FE. RGB value is (128,199,254). Sum of RGB (Red+Green+Blue) = 128+199+254=581 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.03% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #80C7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C7FE is #7F3801. Grayscale: #B7B7B7. Windows color (decimal): -8337410 or 16697216. OLE color: 16697216.

HSL color Cylindrical-coordinate representation of color #80C7FE: hue angle of 206.19º 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 #80C7FE is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 199 254 -
CMYK 0.50 0.22 0 0.00
HSL 206.19º 0.98% 0.75% -
HSV(B) 206.19º 0.5% 1% -
XYZ 47.21 52.59 101.43 -
YUV 184.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 128 199 254 0.50 0.22 0 0.00 206.19 0.98 0.75
Hex 80 C7 FE 32 16 0 0 CE 62 4B
Octal 200 307 376 62 26 0 0 316 142 113
Binary 10000000 11000111 11111110 110010 10110 0 0 11001110 1100010 1001011

Color Harmonies of #80C7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C7FE

Black with #80C7FE

Text Example


Text Example

White with #80C7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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