#86AEDE

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

Shades of Jordy Blue #86AEDE

Tints of Jordy Blue #86AEDE

Color information

#86AEDE (or 0x86AEDE) is unknown color: approx Jordy Blue. HEX triplet: 86, AE and DE. RGB value is (134,174,222). Sum of RGB (Red+Green+Blue) = 134+174+222=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #86AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AEDE is #795121. Grayscale: #A7A7A7. Windows color (decimal): -7950626 or 14593670. OLE color: 14593670.

HSL color Cylindrical-coordinate representation of color #86AEDE: hue angle of 212.73º 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 #86AEDE is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134174222-
CMYK0.400.2200.13
HSL212.73º57.14%69.8%-
HSV(B)212.73º39.64%87.06%-
XYZ38.1540.6174.94-
YUV167.51158.75104.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.28%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=25.28%
G=32.83%
B=41.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341742220.400.2200.13212.7357.1469.8
Hex86AEDE28160Dd53946
Octal206256336502601532571106
Binary1000011010101110110111101010001011001101110101011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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