#84BAEA

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

Shades of Jordy Blue #84BAEA

Tints of Jordy Blue #84BAEA

Color information

#84BAEA (or 0x84BAEA) is unknown color: approx Jordy Blue. HEX triplet: 84, BA and EA. RGB value is (132,186,234). Sum of RGB (Red+Green+Blue) = 132+186+234=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #84BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BAEA is #7B4515. Grayscale: #AFAFAF. Windows color (decimal): -8078614 or 15383172. OLE color: 15383172.

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

Color convert

RGB132186234-
CMYK0.440.2100.08
HSL208.24º70.83%71.76%-
HSV(B)208.24º43.59%91.76%-
XYZ41.9345.9684.5-
YUV175.33161.1197.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.91%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=23.91%
G=33.70%
B=42.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321862340.440.2100.08208.2470.8371.76
Hex84BAEA2C1508d04748
Octal2042723525425010320107110
Binary10000100101110101110101010110010101010001101000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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