#86AFE1

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

Shades of Jordy Blue #86AFE1

Tints of Jordy Blue #86AFE1

Color information

#86AFE1 (or 0x86AFE1) is unknown color: approx Jordy Blue. HEX triplet: 86, AF and E1. RGB value is (134,175,225). Sum of RGB (Red+Green+Blue) = 134+175+225=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #86AFE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFE1 is #79501E. Grayscale: #A8A8A8. Windows color (decimal): -7950367 or 14790534. OLE color: 14790534.

HSL color Cylindrical-coordinate representation of color #86AFE1: hue angle of 212.97º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86AFE1 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134175225-
CMYK0.400.2200.12
HSL212.97º60.26%70.39%-
HSV(B)212.97º40.44%88.24%-
XYZ38.7541.1677.14-
YUV168.44159.92103.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.09%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=25.09%
G=32.77%
B=42.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341752250.400.2200.12212.9760.2670.39
Hex86AFE128160Cd53c46
Octal206257341502601432574106
Binary1000011010101111111000011010001011001100110101011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,175,225); }

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

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

 a { background-color: rgb(134,175,225); }

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

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

 span { border-color: rgb(134,175,225); }

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