Html Css Color HEX #80C5E6 Sky Blue

📋 copy color: '#80C5E6'

red 128 ◦ green 197 ◦ blue 230

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

Shades of Sky Blue #80C5E6

Tints of Sky Blue #80C5E6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.5%

 BLUE value IS 230 (90.23% from 255) = 41.44%

R = 23.06%
G = 35.5%
B = 41.44%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#80C5E6 (or 0x80C5E6) is known color: Sky Blue. HEX triplet: 80, C5 and E6. RGB value is (128,197,230). Sum of RGB (Red+Green+Blue) = 128+197+230=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #80C5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C5E6 is #7F3A19. Grayscale: #B3B3B3. Windows color (decimal): -8337946 or 15123840. OLE color: 15123840.

HSL color Cylindrical-coordinate representation of color #80C5E6: hue angle of 199.41º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80C5E6 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 197 230 -
CMYK 0.44 0.14 0 0.10
HSL 199.41º 0.67% 0.7% -
HSV(B) 199.41º 0.44% 0.9% -
XYZ 43.15 50.23 82.28 -
YUV 180.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 128 197 230 0.44 0.14 0 0.10 199.41 0.67 0.7
Hex 80 C5 E6 2C E 0 A C7 43 46
Octal 200 305 346 54 16 0 12 307 103 106
Binary 10000000 11000101 11100110 101100 1110 0 1010 11000111 1000011 1000110

Color Harmonies of #80C5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C5E6

Black with #80C5E6

Text Example


Text Example

White with #80C5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,197,230); }

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

background-color css

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

 a { background-color: rgb(128,197,230); }

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

border-color css

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

 span { border-color: rgb(128,197,230); }

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