#84E0F2

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

Shades of Sky Blue #84E0F2

Tints of Sky Blue #84E0F2

Color information

#84E0F2 (or 0x84E0F2) is unknown color: approx Sky Blue. HEX triplet: 84, E0 and F2. RGB value is (132,224,242). Sum of RGB (Red+Green+Blue) = 132+224+242=598 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.07% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #84E0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E0F2 is #7B1F0D. Grayscale: #C6C6C6. Windows color (decimal): -8068878 or 15917188. OLE color: 15917188.

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

Color convert

RGB132224242-
CMYK0.450.0700.05
HSL189.82º80.88%73.33%-
HSV(B)189.82º45.45%94.9%-
XYZ52.264.6393.73-
YUV198.54152.5280.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.07%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 242 (94.92% from 255) = 40.47%
R=22.07%
G=37.46%
B=40.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322242420.450.0700.05189.8280.8873.33
Hex84E0F22D705be5149
Octal20434036255705276121111
Binary10000100111000001111001010110111101011011111010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,224,242); }

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

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

 a { background-color: rgb(132,224,242); }

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

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

 span { border-color: rgb(132,224,242); }

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