Html Css Color HEX #80CEED Sky Blue

📋 copy color: '#80CEED'

red 128 ◦ green 206 ◦ blue 237

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

Shades of Sky Blue #80CEED

Tints of Sky Blue #80CEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 22.42%
G = 36.08%
B = 41.51%

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

#80CEED (or 0x80CEED) is known color: Sky Blue. HEX triplet: 80, CE and ED. RGB value is (128,206,237). Sum of RGB (Red+Green+Blue) = 128+206+237=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #80CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CEED is #7F3112. Grayscale: #BABABA. Windows color (decimal): -8335635 or 15584896. OLE color: 15584896.

HSL color Cylindrical-coordinate representation of color #80CEED: hue angle of 197.06º degrees, saturation: 0.75, 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 #80CEED is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 206 237 -
CMYK 0.46 0.13 0 0.07
HSL 197.06º 0.75% 0.72% -
HSV(B) 197.06º 0.46% 0.93% -
XYZ 46.26 54.85 88.27 -
YUV 186.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 128 206 237 0.46 0.13 0 0.07 197.06 0.75 0.72
Hex 80 CE ED 2E D 0 7 C5 4B 48
Octal 200 316 355 56 15 0 7 305 113 110
Binary 10000000 11001110 11101101 101110 1101 0 111 11000101 1001011 1001000

Color Harmonies of #80CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEED

Black with #80CEED

Text Example


Text Example

White with #80CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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