#84DDF5

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

Shades of Sky Blue #84DDF5

Tints of Sky Blue #84DDF5

Color information

#84DDF5 (or 0x84DDF5) is unknown color: approx Sky Blue. HEX triplet: 84, DD and F5. RGB value is (132,221,245). Sum of RGB (Red+Green+Blue) = 132+221+245=598 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.07% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #84DDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DDF5 is #7B220A. Grayscale: #C4C4C4. Windows color (decimal): -8069643 or 16113028. OLE color: 16113028.

HSL color Cylindrical-coordinate representation of color #84DDF5: hue angle of 192.74º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84DDF5 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB132221245-
CMYK0.460.1000.04
HSL192.74º84.96%73.92%-
HSV(B)192.74º46.12%96.08%-
XYZ51.8563.2195.85-
YUV197.12155.0181.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.07%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 245 (96.09% from 255) = 40.97%
R=22.07%
G=36.96%
B=40.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322212450.460.1000.04192.7484.9673.92
Hex84DDF52EA04c1554a
Octal204335365561204301125112
Binary100001001101110111110101101110101001001100000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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