Html Css Color HEX #80CEEE Sky Blue

📋 copy color: '#80CEEE'

red 128 ◦ green 206 ◦ blue 238

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

Shades of Sky Blue #80CEEE

Tints of Sky Blue #80CEEE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.01%

 BLUE value IS 238 (93.36% from 255) = 41.61%

R = 22.38%
G = 36.01%
B = 41.61%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80CEEE (or 0x80CEEE) is known color: Sky Blue. HEX triplet: 80, CE and EE. RGB value is (128,206,238). Sum of RGB (Red+Green+Blue) = 128+206+238=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #80CEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CEEE is #7F3111. Grayscale: #BABABA. Windows color (decimal): -8335634 or 15650432. OLE color: 15650432.

HSL color Cylindrical-coordinate representation of color #80CEEE: hue angle of 197.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80CEEE is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 206 238 -
CMYK 0.46 0.13 0 0.07
HSL 197.45º 0.76% 0.72% -
HSV(B) 197.45º 0.46% 0.93% -
XYZ 46.41 54.9 89.04 -
YUV 186.33 157.16 86.4 -
System Red Green Blue C M Y K H S L
Decimal 128 206 238 0.46 0.13 0 0.07 197.45 0.76 0.72
Hex 80 CE EE 2E D 0 7 C5 4C 48
Octal 200 316 356 56 15 0 7 305 114 110
Binary 10000000 11001110 11101110 101110 1101 0 111 11000101 1001100 1001000

Color Harmonies of #80CEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEEE

Black with #80CEEE

Text Example


Text Example

White with #80CEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,238); }

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

background-color css

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

 a { background-color: rgb(128,206,238); }

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

border-color css

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

 span { border-color: rgb(128,206,238); }

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