#84D9EB

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

Shades of Sky Blue #84D9EB

Tints of Sky Blue #84D9EB

Color information

#84D9EB (or 0x84D9EB) is unknown color: approx Sky Blue. HEX triplet: 84, D9 and EB. RGB value is (132,217,235). Sum of RGB (Red+Green+Blue) = 132+217+235=584 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.60% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #84D9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D9EB is #7B2614. Grayscale: #C1C1C1. Windows color (decimal): -8070677 or 15456644. OLE color: 15456644.

HSL color Cylindrical-coordinate representation of color #84D9EB: hue angle of 190.49º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84D9EB is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132217235-
CMYK0.440.0800.08
HSL190.49º72.03%71.96%-
HSV(B)190.49º43.83%92.16%-
XYZ49.3260.5387.68-
YUV193.64151.3484.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.60%
GREEN value IS 217 (85.16% from 255) = 37.16%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=22.60%
G=37.16%
B=40.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322172350.440.0800.08190.4972.0371.96
Hex84D9EB2C808be4848
Octal2043313535410010276110110
Binary1000010011011001111010111011001000010001011111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,217,235); }

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

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

 a { background-color: rgb(132,217,235); }

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

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

 span { border-color: rgb(132,217,235); }

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