#86B2E6

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

Shades of Jordy Blue #86B2E6

Tints of Jordy Blue #86B2E6

Color information

#86B2E6 (or 0x86B2E6) is unknown color: approx Jordy Blue. HEX triplet: 86, B2 and E6. RGB value is (134,178,230). Sum of RGB (Red+Green+Blue) = 134+178+230=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #86B2E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86B2E6 is #794D19. Grayscale: #AAAAAA. Windows color (decimal): -7949594 or 15118982. OLE color: 15118982.

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

Color convert

RGB134178230-
CMYK0.420.2300.10
HSL212.5º65.75%71.37%-
HSV(B)212.5º41.74%90.2%-
XYZ40.0342.6280.98-
YUV170.77161.42101.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.72%
GREEN value IS 178 (69.92% from 255) = 32.84%
BLUE value IS 230 (90.23% from 255) = 42.44%
R=24.72%
G=32.84%
B=42.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1341782300.420.2300.10212.565.7571.37
Hex86B2E62A170Ad44247
Octal2062623465227012324102107
Binary10000110101100101110011010101010111010101101010010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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