#84AAFA

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

Shades of Jordy Blue #84AAFA

Tints of Jordy Blue #84AAFA

Color information

#84AAFA (or 0x84AAFA) is unknown color: approx Jordy Blue. HEX triplet: 84, AA and FA. RGB value is (132,170,250). Sum of RGB (Red+Green+Blue) = 132+170+250=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #84AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AAFA is #7B5505. Grayscale: #A7A7A7. Windows color (decimal): -8082694 or 16427652. OLE color: 16427652.

HSL color Cylindrical-coordinate representation of color #84AAFA: hue angle of 220.68º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84AAFA is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132170250-
CMYK0.470.3200.02
HSL220.68º92.19%74.9%-
HSV(B)220.68º47.2%98.04%-
XYZ41.1540.5696.1-
YUV167.76174.41102.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.91%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=23.91%
G=30.80%
B=45.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321702500.470.3200.02220.6892.1974.9
Hex84AAFA2F2002dd5c4b
Octal204252372574002335134113
Binary1000010010101010111110101011111000000101101110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,170,250); }

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

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

 a { background-color: rgb(132,170,250); }

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

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

 span { border-color: rgb(132,170,250); }

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