#84B4EA

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

Shades of Jordy Blue #84B4EA

Tints of Jordy Blue #84B4EA

Color information

#84B4EA (or 0x84B4EA) is unknown color: approx Jordy Blue. HEX triplet: 84, B4 and EA. RGB value is (132,180,234). Sum of RGB (Red+Green+Blue) = 132+180+234=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #84B4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B4EA is #7B4B15. Grayscale: #ABABAB. Windows color (decimal): -8080150 or 15381636. OLE color: 15381636.

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

Color convert

RGB132180234-
CMYK0.440.2300.08
HSL211.76º70.83%71.76%-
HSV(B)211.76º43.59%91.76%-
XYZ40.6943.4984.09-
YUV171.8163.199.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.18%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=24.18%
G=32.97%
B=42.86%

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
Decimal1321802340.440.2300.08211.7670.8371.76
Hex84B4EA2C1708d44748
Octal2042643525427010324107110
Binary10000100101101001110101010110010111010001101010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,180,234); }

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

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

 a { background-color: rgb(132,180,234); }

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

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

 span { border-color: rgb(132,180,234); }

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