#86B1E6

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

Shades of Jordy Blue #86B1E6

Tints of Jordy Blue #86B1E6

Color information

#86B1E6 (or 0x86B1E6) is unknown color: approx Jordy Blue. HEX triplet: 86, B1 and E6. RGB value is (134,177,230). Sum of RGB (Red+Green+Blue) = 134+177+230=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #86B1E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86B1E6 is #794E19. Grayscale: #A9A9A9. Windows color (decimal): -7949850 or 15118726. OLE color: 15118726.

HSL color Cylindrical-coordinate representation of color #86B1E6: hue angle of 213.12º 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 #86B1E6 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB134177230-
CMYK0.420.2300.10
HSL213.12º65.75%71.37%-
HSV(B)213.12º41.74%90.2%-
XYZ39.8442.2380.91-
YUV170.18161.75102.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.77%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 230 (90.23% from 255) = 42.51%
R=24.77%
G=32.72%
B=42.51%

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
Decimal1341772300.420.2300.10213.1265.7571.37
Hex86B1E62A170Ad54247
Octal2062613465227012325102107
Binary10000110101100011110011010101010111010101101010110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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