Html Css Color HEX #80C6EB Sky Blue

📋 copy color: '#80C6EB'

red 128 ◦ green 198 ◦ blue 235

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

Shades of Sky Blue #80C6EB

Tints of Sky Blue #80C6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 22.82%
G = 35.29%
B = 41.89%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80C6EB (or 0x80C6EB) is known color: Sky Blue. HEX triplet: 80, C6 and EB. RGB value is (128,198,235). Sum of RGB (Red+Green+Blue) = 128+198+235=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #80C6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C6EB is #7F3914. Grayscale: #B5B5B5. Windows color (decimal): -8337685 or 15451776. OLE color: 15451776.

HSL color Cylindrical-coordinate representation of color #80C6EB: hue angle of 200.75º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80C6EB is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 198 235 -
CMYK 0.46 0.16 0 0.08
HSL 200.75º 0.73% 0.71% -
HSV(B) 200.75º 0.46% 0.92% -
XYZ 44.09 50.98 86.11 -
YUV 181.29 158.31 89.99 -
System Red Green Blue C M Y K H S L
Decimal 128 198 235 0.46 0.16 0 0.08 200.75 0.73 0.71
Hex 80 C6 EB 2E 10 0 8 C9 49 47
Octal 200 306 353 56 20 0 10 311 111 107
Binary 10000000 11000110 11101011 101110 10000 0 1000 11001001 1001001 1000111

Color Harmonies of #80C6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C6EB

Black with #80C6EB

Text Example


Text Example

White with #80C6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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