#84DDF0

Color #84DDF0 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #84DDF0

Tints of Sky Blue #84DDF0

Color information

#84DDF0 (or 0x84DDF0) is unknown color: approx Sky Blue. HEX triplet: 84, DD and F0. RGB value is (132,221,240). Sum of RGB (Red+Green+Blue) = 132+221+240=593 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.26% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #84DDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DDF0 is #7B220F. Grayscale: #C4C4C4. Windows color (decimal): -8069648 or 15785348. OLE color: 15785348.

HSL color Cylindrical-coordinate representation of color #84DDF0: hue angle of 190.56º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84DDF0 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132221240-
CMYK0.450.0800.06
HSL190.56º78.26%72.94%-
HSV(B)190.56º45%94.12%-
XYZ51.162.9191.89-
YUV196.56152.5181.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.26%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 240 (94.14% from 255) = 40.47%
R=22.26%
G=37.27%
B=40.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322212400.450.0800.06190.5678.2672.94
Hex84DDF02D806bf4e49
Octal204335360551006277116111
Binary100001001101110111110000101101100001101011111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84DDF0; }

 p { color: rgb(132,221,240); }

 H1.HeaderClassName
 {
   color: #84DDF0;
 }
 .AnyTagClassName
 {
   color: #84DDF0;
 }
</style>
background-color css

<style>
 a { background-color: #84DDF0; }

 a { background-color: rgb(132,221,240); }

 div.DivClassName
 {
   background-color: #84DDF0;
 }
 .BgClassName
 {
   background-color: #84DDF0;
 }
</style>
border-color css

<style>
 span { border-color: #84DDF0; }

 span { border-color: rgb(132,221,240); }

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