#86B2E5

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

Shades of Jordy Blue #86B2E5

Tints of Jordy Blue #86B2E5

Color information

#86B2E5 (or 0x86B2E5) is unknown color: approx Jordy Blue. HEX triplet: 86, B2 and E5. RGB value is (134,178,229). Sum of RGB (Red+Green+Blue) = 134+178+229=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #86B2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B2E5 is #794D1A. Grayscale: #AAAAAA. Windows color (decimal): -7949595 or 15053446. OLE color: 15053446.

HSL color Cylindrical-coordinate representation of color #86B2E5: hue angle of 212.21º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86B2E5 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB134178229-
CMYK0.410.2200.10
HSL212.21º64.63%71.18%-
HSV(B)212.21º41.48%89.8%-
XYZ39.8942.5780.24-
YUV170.66160.92101.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.77%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 229 (89.84% from 255) = 42.33%
R=24.77%
G=32.90%
B=42.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1341782290.410.2200.10212.2164.6371.18
Hex86B2E529160Ad44147
Octal2062623455126012324101107
Binary10000110101100101110010110100110110010101101010010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,178,229); }

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

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

 a { background-color: rgb(134,178,229); }

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

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

 span { border-color: rgb(134,178,229); }

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