#86A7DE

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

Shades of Jordy Blue #86A7DE

Tints of Jordy Blue #86A7DE

Color information

#86A7DE (or 0x86A7DE) is unknown color: approx Jordy Blue. HEX triplet: 86, A7 and DE. RGB value is (134,167,222). Sum of RGB (Red+Green+Blue) = 134+167+222=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #86A7DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A7DE is #795821. Grayscale: #A3A3A3. Windows color (decimal): -7952418 or 14591878. OLE color: 14591878.

HSL color Cylindrical-coordinate representation of color #86A7DE: hue angle of 217.5º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86A7DE is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134167222-
CMYK0.400.2500.13
HSL217.5º57.14%69.8%-
HSV(B)217.5º39.64%87.06%-
XYZ36.8437.9874.5-
YUV163.4161.07107.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.62%
GREEN value IS 167 (65.62% from 255) = 31.93%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=25.62%
G=31.93%
B=42.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341672220.400.2500.13217.557.1469.8
Hex86A7DE28190Dda3946
Octal206247336503101533271106
Binary1000011010100111110111101010001100101101110110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,167,222); }

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

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

 a { background-color: rgb(134,167,222); }

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

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

 span { border-color: rgb(134,167,222); }

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