#84B5EB

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

Shades of Jordy Blue #84B5EB

Tints of Jordy Blue #84B5EB

Color information

#84B5EB (or 0x84B5EB) is unknown color: approx Jordy Blue. HEX triplet: 84, B5 and EB. RGB value is (132,181,235). Sum of RGB (Red+Green+Blue) = 132+181+235=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #84B5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B5EB is #7B4A14. Grayscale: #ACACAC. Windows color (decimal): -8079893 or 15447428. OLE color: 15447428.

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

Color convert

RGB132181235-
CMYK0.440.2300.08
HSL211.46º72.03%71.96%-
HSV(B)211.46º43.83%92.16%-
XYZ41.0343.9584.92-
YUV172.5163.2799.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.09%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=24.09%
G=33.03%
B=42.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321812350.440.2300.08211.4672.0371.96
Hex84B5EB2C1708d34848
Octal2042653535427010323110110
Binary10000100101101011110101110110010111010001101001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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