#86A2FA

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

Shades of Jordy Blue #86A2FA

Tints of Jordy Blue #86A2FA

Color information

#86A2FA (or 0x86A2FA) is unknown color: approx Jordy Blue. HEX triplet: 86, A2 and FA. RGB value is (134,162,250). Sum of RGB (Red+Green+Blue) = 134+162+250=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #86A2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A2FA is #795D05. Grayscale: #A3A3A3. Windows color (decimal): -7953670 or 16425606. OLE color: 16425606.

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

Color convert

RGB134162250-
CMYK0.460.3500.02
HSL225.52º92.06%75.29%-
HSV(B)225.52º46.4%98.04%-
XYZ40.0137.8195.63-
YUV163.66176.72106.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.54%
GREEN value IS 162 (63.67% from 255) = 29.67%
BLUE value IS 250 (98.05% from 255) = 45.79%
R=24.54%
G=29.67%
B=45.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341622500.460.3500.02225.5292.0675.29
Hex86A2FA2E2302e25c4b
Octal206242372564302342134113
Binary1000011010100010111110101011101000110101110001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A2FA; }

 p { color: rgb(134,162,250); }

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

<style>
 a { background-color: #86A2FA; }

 a { background-color: rgb(134,162,250); }

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

<style>
 span { border-color: #86A2FA; }

 span { border-color: rgb(134,162,250); }

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