Html Css Color HEX #80DDF1 Sky Blue

📋 copy color: '#80DDF1'

red 128 ◦ green 221 ◦ blue 241

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

Shades of Sky Blue #80DDF1

Tints of Sky Blue #80DDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.85%

R = 21.69%
G = 37.46%
B = 40.85%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80DDF1 (or 0x80DDF1) is known color: Sky Blue. HEX triplet: 80, DD and F1. RGB value is (128,221,241). Sum of RGB (Red+Green+Blue) = 128+221+241=590 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.69% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #80DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDF1 is #7F220E. Grayscale: #C3C3C3. Windows color (decimal): -8331791 or 15850880. OLE color: 15850880.

HSL color Cylindrical-coordinate representation of color #80DDF1: hue angle of 190.62º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80DDF1 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 221 241 -
CMYK 0.47 0.08 0 0.05
HSL 190.62º 0.8% 0.72% -
HSV(B) 190.62º 0.47% 0.95% -
XYZ 50.64 62.65 92.64 -
YUV 195.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 128 221 241 0.47 0.08 0 0.05 190.62 0.8 0.72
Hex 80 DD F1 2F 8 0 5 BF 50 48
Octal 200 335 361 57 10 0 5 277 120 110
Binary 10000000 11011101 11110001 101111 1000 0 101 10111111 1010000 1001000

Color Harmonies of #80DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDF1

Black with #80DDF1

Text Example


Text Example

White with #80DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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