Html Css Color HEX #80DDEE Sky Blue

📋 copy color: '#80DDEE'

red 128 ◦ green 221 ◦ blue 238

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

Shades of Sky Blue #80DDEE

Tints of Sky Blue #80DDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.65%

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

R = 21.81%
G = 37.65%
B = 40.55%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80DDEE (or 0x80DDEE) is known color: Sky Blue. HEX triplet: 80, DD and EE. RGB value is (128,221,238). Sum of RGB (Red+Green+Blue) = 128+221+238=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #80DDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDEE is #7F2211. Grayscale: #C2C2C2. Windows color (decimal): -8331794 or 15654272. OLE color: 15654272.

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

Color convert

RGB 128 221 238 -
CMYK 0.46 0.07 0 0.07
HSL 189.27º 0.76% 0.72% -
HSV(B) 189.27º 0.46% 0.93% -
XYZ 50.19 62.48 90.3 -
YUV 195.13 152.19 80.12 -
System Red Green Blue C M Y K H S L
Decimal 128 221 238 0.46 0.07 0 0.07 189.27 0.76 0.72
Hex 80 DD EE 2E 7 0 7 BD 4C 48
Octal 200 335 356 56 7 0 7 275 114 110
Binary 10000000 11011101 11101110 101110 111 0 111 10111101 1001100 1001000

Color Harmonies of #80DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDEE

Black with #80DDEE

Text Example


Text Example

White with #80DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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