#84AEE6

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

Shades of Jordy Blue #84AEE6

Tints of Jordy Blue #84AEE6

Color information

#84AEE6 (or 0x84AEE6) is unknown color: approx Jordy Blue. HEX triplet: 84, AE and E6. RGB value is (132,174,230). Sum of RGB (Red+Green+Blue) = 132+174+230=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #84AEE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AEE6 is #7B5119. Grayscale: #A7A7A7. Windows color (decimal): -8081690 or 15117956. OLE color: 15117956.

HSL color Cylindrical-coordinate representation of color #84AEE6: hue angle of 214.29º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84AEE6 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB132174230-
CMYK0.430.2400.10
HSL214.29º66.22%70.98%-
HSV(B)214.29º42.61%90.2%-
XYZ38.9340.8980.7-
YUV167.83163.09102.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.63%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 230 (90.23% from 255) = 42.91%
R=24.63%
G=32.46%
B=42.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1321742300.430.2400.10214.2966.2270.98
Hex84AEE62B180Ad64247
Octal2042563465330012326102107
Binary10000100101011101110011010101111000010101101011010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,174,230); }

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

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

 a { background-color: rgb(132,174,230); }

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

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

 span { border-color: rgb(132,174,230); }

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