#84D2EB

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

Shades of Sky Blue #84D2EB

Tints of Sky Blue #84D2EB

Color information

#84D2EB (or 0x84D2EB) is unknown color: approx Sky Blue. HEX triplet: 84, D2 and EB. RGB value is (132,210,235). Sum of RGB (Red+Green+Blue) = 132+210+235=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #84D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D2EB is #7B2D14. Grayscale: #BDBDBD. Windows color (decimal): -8072469 or 15454852. OLE color: 15454852.

HSL color Cylindrical-coordinate representation of color #84D2EB: hue angle of 194.56º 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 #84D2EB is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132210235-
CMYK0.440.1100.08
HSL194.56º72.03%71.96%-
HSV(B)194.56º43.83%92.16%-
XYZ47.565787.09-
YUV189.53153.6686.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.88%
GREEN value IS 210 (82.42% from 255) = 36.40%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=22.88%
G=36.40%
B=40.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322102350.440.1100.08194.5672.0371.96
Hex84D2EB2CB08c34848
Octal2043223535413010303110110
Binary1000010011010010111010111011001011010001100001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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