Html Css Color HEX #80DBEB Sky Blue

📋 copy color: '#80DBEB'

red 128 ◦ green 219 ◦ blue 235

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

Shades of Sky Blue #80DBEB

Tints of Sky Blue #80DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.63%

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

R = 21.99%
G = 37.63%
B = 40.38%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80DBEB (or 0x80DBEB) is known color: Sky Blue. HEX triplet: 80, DB and EB. RGB value is (128,219,235). Sum of RGB (Red+Green+Blue) = 128+219+235=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #80DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBEB is #7F2414. Grayscale: #C1C1C1. Windows color (decimal): -8332309 or 15457152. OLE color: 15457152.

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

Color convert

RGB 128 219 235 -
CMYK 0.46 0.07 0 0.08
HSL 188.97º 0.73% 0.71% -
HSV(B) 188.97º 0.46% 0.92% -
XYZ 49.23 61.25 87.83 -
YUV 193.62 151.35 81.2 -
System Red Green Blue C M Y K H S L
Decimal 128 219 235 0.46 0.07 0 0.08 188.97 0.73 0.71
Hex 80 DB EB 2E 7 0 8 BD 49 47
Octal 200 333 353 56 7 0 10 275 111 107
Binary 10000000 11011011 11101011 101110 111 0 1000 10111101 1001001 1000111

Color Harmonies of #80DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DBEB

Black with #80DBEB

Text Example


Text Example

White with #80DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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