Html Css Color HEX #80C6FE Light Sky Blue

📋 copy color: '#80C6FE'

red 128 ◦ green 198 ◦ blue 254

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

Shades of Light Sky Blue #80C6FE

Tints of Light Sky Blue #80C6FE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.14%

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

R = 22.07%
G = 34.14%
B = 43.79%

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

#80C6FE (or 0x80C6FE) is known color: Light Sky Blue. HEX triplet: 80, C6 and FE. RGB value is (128,198,254). Sum of RGB (Red+Green+Blue) = 128+198+254=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #80C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C6FE is #7F3901. Grayscale: #B7B7B7. Windows color (decimal): -8337666 or 16696960. OLE color: 16696960.

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

Color convert

RGB 128 198 254 -
CMYK 0.50 0.22 0 0.00
HSL 206.67º 0.98% 0.75% -
HSV(B) 206.67º 0.5% 1% -
XYZ 46.99 52.13 101.35 -
YUV 183.45 167.81 88.45 -
System Red Green Blue C M Y K H S L
Decimal 128 198 254 0.50 0.22 0 0.00 206.67 0.98 0.75
Hex 80 C6 FE 32 16 0 0 CF 62 4B
Octal 200 306 376 62 26 0 0 317 142 113
Binary 10000000 11000110 11111110 110010 10110 0 0 11001111 1100010 1001011

Color Harmonies of #80C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C6FE

Black with #80C6FE

Text Example


Text Example

White with #80C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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