#84DCF5

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

Shades of Sky Blue #84DCF5

Tints of Sky Blue #84DCF5

Color information

#84DCF5 (or 0x84DCF5) is unknown color: approx Sky Blue. HEX triplet: 84, DC and F5. RGB value is (132,220,245). Sum of RGB (Red+Green+Blue) = 132+220+245=597 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.11% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #84DCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DCF5 is #7B230A. Grayscale: #C4C4C4. Windows color (decimal): -8069899 or 16112772. OLE color: 16112772.

HSL color Cylindrical-coordinate representation of color #84DCF5: hue angle of 193.27º 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 #84DCF5 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB132220245-
CMYK0.460.1000.04
HSL193.27º84.96%73.92%-
HSV(B)193.27º46.12%96.08%-
XYZ51.5962.6895.77-
YUV196.54155.3581.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.11%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 245 (96.09% from 255) = 41.04%
R=22.11%
G=36.85%
B=41.04%

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
Decimal1322202450.460.1000.04193.2784.9673.92
Hex84DCF52EA04c1554a
Octal204334365561204301125112
Binary100001001101110011110101101110101001001100000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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