#84BAEB

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

Shades of Jordy Blue #84BAEB

Tints of Jordy Blue #84BAEB

Color information

#84BAEB (or 0x84BAEB) is unknown color: approx Jordy Blue. HEX triplet: 84, BA and EB. RGB value is (132,186,235). Sum of RGB (Red+Green+Blue) = 132+186+235=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #84BAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BAEB is #7B4514. Grayscale: #AFAFAF. Windows color (decimal): -8078613 or 15448708. OLE color: 15448708.

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

Color convert

RGB132186235-
CMYK0.440.2100.08
HSL208.54º72.03%71.96%-
HSV(B)208.54º43.83%92.16%-
XYZ42.0746.0285.26-
YUV175.44161.6197.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.87%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=23.87%
G=33.63%
B=42.50%

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
Decimal1321862350.440.2100.08208.5472.0371.96
Hex84BAEB2C1508d14848
Octal2042723535425010321110110
Binary10000100101110101110101110110010101010001101000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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