#84A1FF

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

Shades of Jordy Blue #84A1FF

Tints of Jordy Blue #84A1FF

Color information

#84A1FF (or 0x84A1FF) is unknown color: approx Jordy Blue. HEX triplet: 84, A1 and FF. RGB value is (132,161,255). Sum of RGB (Red+Green+Blue) = 132+161+255=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #84A1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A1FF is #7B5E00. Grayscale: #A2A2A2. Windows color (decimal): -8084993 or 16753028. OLE color: 16753028.

HSL color Cylindrical-coordinate representation of color #84A1FF: hue angle of 225.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84A1FF is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB132161255-
CMYK0.480.3700
HSL225.85º100%75.88%-
HSV(B)225.85º48.24%100%-
XYZ40.3137.6299.74-
YUV163.04179.89105.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.09%
GREEN value IS 161 (63.28% from 255) = 29.38%
BLUE value IS 255 (100% from 255) = 46.53%
R=24.09%
G=29.38%
B=46.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1321612550.480.3700225.8510075.88
Hex84A1FF302500e2644c
Octal204241377604500342144114
Binary100001001010000111111111110000100101001110001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,161,255); }

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

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

 a { background-color: rgb(132,161,255); }

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

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

 span { border-color: rgb(132,161,255); }

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