Html Css Color HEX #80DDF3 Sky Blue

📋 copy color: '#80DDF3'

red 128 ◦ green 221 ◦ blue 243

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

Shades of Sky Blue #80DDF3

Tints of Sky Blue #80DDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.05%

R = 21.62%
G = 37.33%
B = 41.05%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80DDF3 (or 0x80DDF3) is known color: Sky Blue. HEX triplet: 80, DD and F3. RGB value is (128,221,243). Sum of RGB (Red+Green+Blue) = 128+221+243=592 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.62% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 243 (95.31% from 255 or 41.05% from 592); Max value from RGB is 243 - color contains mainly: blue. Hex color #80DDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDF3 is #7F220C. Grayscale: #C3C3C3. Windows color (decimal): -8331789 or 15981952. OLE color: 15981952.

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

Color convert

RGB 128 221 243 -
CMYK 0.47 0.09 0 0.05
HSL 191.48º 0.83% 0.73% -
HSV(B) 191.48º 0.47% 0.95% -
XYZ 50.94 62.77 94.23 -
YUV 195.7 154.69 79.71 -
System Red Green Blue C M Y K H S L
Decimal 128 221 243 0.47 0.09 0 0.05 191.48 0.83 0.73
Hex 80 DD F3 2F 9 0 5 BF 53 49
Octal 200 335 363 57 11 0 5 277 123 111
Binary 10000000 11011101 11110011 101111 1001 0 101 10111111 1010011 1001001

Color Harmonies of #80DDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDF3

Black with #80DDF3

Text Example


Text Example

White with #80DDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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