#84B2EB

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

Shades of Jordy Blue #84B2EB

Tints of Jordy Blue #84B2EB

Color information

#84B2EB (or 0x84B2EB) is unknown color: approx Jordy Blue. HEX triplet: 84, B2 and EB. RGB value is (132,178,235). Sum of RGB (Red+Green+Blue) = 132+178+235=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #84B2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84B2EB is #7B4D14. Grayscale: #AAAAAA. Windows color (decimal): -8080661 or 15446660. OLE color: 15446660.

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

Color convert

RGB132178235-
CMYK0.440.2400.08
HSL213.2º72.03%71.96%-
HSV(B)213.2º43.83%92.16%-
XYZ40.4342.7484.72-
YUV170.74164.26100.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.22%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=24.22%
G=32.66%
B=43.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321782350.440.2400.08213.272.0371.96
Hex84B2EB2C1808d54848
Octal2042623535430010325110110
Binary10000100101100101110101110110011000010001101010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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