Html Css Color HEX #80C7FF Light Sky Blue

📋 copy color: '#80C7FF'

red 128 ◦ green 199 ◦ blue 255

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

Shades of Light Sky Blue #80C7FF

Tints of Light Sky Blue #80C7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.81%

R = 21.99%
G = 34.19%
B = 43.81%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80C7FF (or 0x80C7FF) is known color: Light Sky Blue. HEX triplet: 80, C7 and FF. RGB value is (128,199,255). Sum of RGB (Red+Green+Blue) = 128+199+255=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #80C7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C7FF is #7F3800. Grayscale: #B7B7B7. Windows color (decimal): -8337409 or 16762752. OLE color: 16762752.

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

Color convert

RGB 128 199 255 -
CMYK 0.50 0.22 0 0
HSL 206.46º 1% 0.75% -
HSV(B) 206.46º 0.5% 1% -
XYZ 47.38 52.66 102.27 -
YUV 184.16 167.98 87.95 -
System Red Green Blue C M Y K H S L
Decimal 128 199 255 0.50 0.22 0 0 206.46 1 0.75
Hex 80 C7 FF 32 16 0 0 CE 64 4B
Octal 200 307 377 62 26 0 0 316 144 113
Binary 10000000 11000111 11111111 110010 10110 0 0 11001110 1100100 1001011

Color Harmonies of #80C7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C7FF

Black with #80C7FF

Text Example


Text Example

White with #80C7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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