#84AFFA

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

Shades of Jordy Blue #84AFFA

Tints of Jordy Blue #84AFFA

Color information

#84AFFA (or 0x84AFFA) is unknown color: approx Jordy Blue. HEX triplet: 84, AF and FA. RGB value is (132,175,250). Sum of RGB (Red+Green+Blue) = 132+175+250=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #84AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AFFA is #7B5005. Grayscale: #AAAAAA. Windows color (decimal): -8081414 or 16428932. OLE color: 16428932.

HSL color Cylindrical-coordinate representation of color #84AFFA: hue angle of 218.14º 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 #84AFFA is Cyan = 0.47, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132175250-
CMYK0.470.300.02
HSL218.14º92.19%74.9%-
HSV(B)218.14º47.2%98.04%-
XYZ42.142.4796.42-
YUV170.69172.75100.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.70%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=23.70%
G=31.42%
B=44.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321752500.470.300.02218.1492.1974.9
Hex84AFFA2F1E02da5c4b
Octal204257372573602332134113
Binary100001001010111111111010101111111100101101101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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