#84A1EE

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

Shades of Jordy Blue #84A1EE

Tints of Jordy Blue #84A1EE

Color information

#84A1EE (or 0x84A1EE) is unknown color: approx Jordy Blue. HEX triplet: 84, A1 and EE. RGB value is (132,161,238). Sum of RGB (Red+Green+Blue) = 132+161+238=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #84A1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A1EE is #7B5E11. Grayscale: #A0A0A0. Windows color (decimal): -8085010 or 15638916. OLE color: 15638916.

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

Color convert

RGB132161238-
CMYK0.450.3200.07
HSL223.58º75.71%72.55%-
HSV(B)223.58º44.54%93.33%-
XYZ37.6936.5785.96-
YUV161.11171.39107.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.86%
GREEN value IS 161 (63.28% from 255) = 30.32%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=24.86%
G=30.32%
B=44.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321612380.450.3200.07223.5875.7172.55
Hex84A1EE2D2007e04c49
Octal204241356554007340114111
Binary10000100101000011110111010110110000001111110000010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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