#84ABF6

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

Shades of Jordy Blue #84ABF6

Tints of Jordy Blue #84ABF6

Color information

#84ABF6 (or 0x84ABF6) is unknown color: approx Jordy Blue. HEX triplet: 84, AB and F6. RGB value is (132,171,246). Sum of RGB (Red+Green+Blue) = 132+171+246=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #84ABF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ABF6 is #7B5409. Grayscale: #A7A7A7. Windows color (decimal): -8082442 or 16165764. OLE color: 16165764.

HSL color Cylindrical-coordinate representation of color #84ABF6: hue angle of 219.47º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84ABF6 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB132171246-
CMYK0.460.3000.04
HSL219.47º86.36%74.12%-
HSV(B)219.47º46.34%96.47%-
XYZ40.7140.6992.9-
YUV167.89172.08102.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.04%
GREEN value IS 171 (67.19% from 255) = 31.15%
BLUE value IS 246 (96.48% from 255) = 44.81%
R=24.04%
G=31.15%
B=44.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1321712460.460.3000.04219.4786.3674.12
Hex84ABF62E1E04db564a
Octal204253366563604333126112
Binary1000010010101011111101101011101111001001101101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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