#84E1EE

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

Shades of Sky Blue #84E1EE

Tints of Sky Blue #84E1EE

Color information

#84E1EE (or 0x84E1EE) is unknown color: approx Sky Blue. HEX triplet: 84, E1 and EE. RGB value is (132,225,238). Sum of RGB (Red+Green+Blue) = 132+225+238=595 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.18% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #84E1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E1EE is #7B1E11. Grayscale: #C6C6C6. Windows color (decimal): -8068626 or 15655300. OLE color: 15655300.

HSL color Cylindrical-coordinate representation of color #84E1EE: hue angle of 187.36º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84E1EE is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132225238-
CMYK0.450.0500.07
HSL187.36º75.71%72.55%-
HSV(B)187.36º44.54%93.33%-
XYZ51.8764.9390.69-
YUV198.68150.1980.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.18%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 238 (93.36% from 255) = 40%
R=22.18%
G=37.82%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322252380.450.0500.07187.3675.7172.55
Hex84E1EE2D507bb4c49
Octal20434135655507273114111
Binary10000100111000011110111010110110101111011101110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,225,238); }

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

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

 a { background-color: rgb(132,225,238); }

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

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

 span { border-color: rgb(132,225,238); }

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