#86BADE

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

Shades of Jordy Blue #86BADE

Tints of Jordy Blue #86BADE

Color information

#86BADE (or 0x86BADE) is unknown color: approx Jordy Blue. HEX triplet: 86, BA and DE. RGB value is (134,186,222). Sum of RGB (Red+Green+Blue) = 134+186+222=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #86BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BADE is #794521. Grayscale: #AEAEAE. Windows color (decimal): -7947554 or 14596742. OLE color: 14596742.

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

Color convert

RGB134186222-
CMYK0.400.1600.13
HSL204.55º57.14%69.8%-
HSV(B)204.55º39.64%87.06%-
XYZ40.5845.4675.74-
YUV174.56154.7799.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.72%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=24.72%
G=34.32%
B=40.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341862220.400.1600.13204.5557.1469.8
Hex86BADE28100Dcd3946
Octal206272336502001531571106
Binary1000011010111010110111101010001000001101110011011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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