#84ABE0

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

Shades of Jordy Blue #84ABE0

Tints of Jordy Blue #84ABE0

Color information

#84ABE0 (or 0x84ABE0) is unknown color: approx Jordy Blue. HEX triplet: 84, AB and E0. RGB value is (132,171,224). Sum of RGB (Red+Green+Blue) = 132+171+224=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #84ABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABE0 is #7B541F. Grayscale: #A5A5A5. Windows color (decimal): -8082464 or 14723972. OLE color: 14723972.

HSL color Cylindrical-coordinate representation of color #84ABE0: hue angle of 214.57º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84ABE0 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132171224-
CMYK0.410.2400.12
HSL214.57º59.74%69.8%-
HSV(B)214.57º41.07%87.84%-
XYZ37.5339.4176.15-
YUV165.38161.08104.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=25.05%
G=32.45%
B=42.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1321712240.410.2400.12214.5759.7469.8
Hex84ABE029180Cd73c46
Octal204253340513001432774106
Binary1000010010101011111000001010011100001100110101111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,171,224); }

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

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

 a { background-color: rgb(132,171,224); }

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

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

 span { border-color: rgb(132,171,224); }

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