Html Css Color HEX #80DBEE Sky Blue

📋 copy color: '#80DBEE'

red 128 ◦ green 219 ◦ blue 238

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

Shades of Sky Blue #80DBEE

Tints of Sky Blue #80DBEE

RGB

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

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

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

R = 21.88%
G = 37.44%
B = 40.68%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80DBEE (or 0x80DBEE) is known color: Sky Blue. HEX triplet: 80, DB and EE. RGB value is (128,219,238). Sum of RGB (Red+Green+Blue) = 128+219+238=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #80DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBEE is #7F2411. Grayscale: #C1C1C1. Windows color (decimal): -8332306 or 15653760. OLE color: 15653760.

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

Color convert

RGB 128 219 238 -
CMYK 0.46 0.08 0 0.07
HSL 190.36º 0.76% 0.72% -
HSV(B) 190.36º 0.46% 0.93% -
XYZ 49.67 61.43 90.13 -
YUV 193.96 152.85 80.96 -
System Red Green Blue C M Y K H S L
Decimal 128 219 238 0.46 0.08 0 0.07 190.36 0.76 0.72
Hex 80 DB EE 2E 8 0 7 BE 4C 48
Octal 200 333 356 56 10 0 7 276 114 110
Binary 10000000 11011011 11101110 101110 1000 0 111 10111110 1001100 1001000

Color Harmonies of #80DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DBEE

Black with #80DBEE

Text Example


Text Example

White with #80DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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