#84D8EB

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

Shades of Sky Blue #84D8EB

Tints of Sky Blue #84D8EB

Color information

#84D8EB (or 0x84D8EB) is unknown color: approx Sky Blue. HEX triplet: 84, D8 and EB. RGB value is (132,216,235). Sum of RGB (Red+Green+Blue) = 132+216+235=583 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.64% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #84D8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D8EB is #7B2714. Grayscale: #C0C0C0. Windows color (decimal): -8070933 or 15456388. OLE color: 15456388.

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

Color convert

RGB132216235-
CMYK0.440.0800.08
HSL191.07º72.03%71.96%-
HSV(B)191.07º43.83%92.16%-
XYZ49.0760.0287.6-
YUV193.05151.6784.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.64%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=22.64%
G=37.05%
B=40.31%

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
Decimal1322162350.440.0800.08191.0772.0371.96
Hex84D8EB2C808bf4848
Octal2043303535410010277110110
Binary1000010011011000111010111011001000010001011111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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