#84D3EE

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

Shades of Sky Blue #84D3EE

Tints of Sky Blue #84D3EE

Color information

#84D3EE (or 0x84D3EE) is unknown color: approx Sky Blue. HEX triplet: 84, D3 and EE. RGB value is (132,211,238). Sum of RGB (Red+Green+Blue) = 132+211+238=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #84D3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D3EE is #7B2C11. Grayscale: #BEBEBE. Windows color (decimal): -8072210 or 15651716. OLE color: 15651716.

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

Color convert

RGB132211238-
CMYK0.450.1100.07
HSL195.28º75.71%72.55%-
HSV(B)195.28º44.54%93.33%-
XYZ48.2457.6789.48-
YUV190.46154.8386.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.72%
GREEN value IS 211 (82.81% from 255) = 36.32%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=22.72%
G=36.32%
B=40.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322112380.450.1100.07195.2875.7172.55
Hex84D3EE2DB07c34c49
Octal204323356551307303114111
Binary100001001101001111101110101101101101111100001110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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