#84a1fe

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

Shades of Jordy Blue #84A1FE

Tints of Jordy Blue #84A1FE

Color information

#84A1FE (or 0x84A1FE) is unknown color: approx Jordy Blue. HEX triplet: 84, A1 and FE. RGB value is (132,161,254). Sum of RGB (Red+Green+Blue) = 132+161+254=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #84A1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A1FE is #7B5E01. Grayscale: #A2A2A2. Windows color (decimal): -8084994 or 16687492. OLE color: 16687492.

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

Color convert

RGB132161254-
CMYK0.480.3700.00
HSL225.74º98.39%75.69%-
HSV(B)225.74º48.03%99.61%-
XYZ40.1537.5598.9-
YUV162.93179.39105.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.13%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=24.13%
G=29.43%
B=46.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1321612540.480.3700.00225.7498.3975.69
Hex84A1FE302500e2624c
Octal204241376604500342142114
Binary100001001010000111111110110000100101001110001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84a1fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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