#86B0E1

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

Shades of Jordy Blue #86B0E1

Tints of Jordy Blue #86B0E1

Color information

#86B0E1 (or 0x86B0E1) is unknown color: approx Jordy Blue. HEX triplet: 86, B0 and E1. RGB value is (134,176,225). Sum of RGB (Red+Green+Blue) = 134+176+225=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #86B0E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B0E1 is #794F1E. Grayscale: #A8A8A8. Windows color (decimal): -7950111 or 14790790. OLE color: 14790790.

HSL color Cylindrical-coordinate representation of color #86B0E1: hue angle of 212.31º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86B0E1 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134176225-
CMYK0.400.2200.12
HSL212.31º60.26%70.39%-
HSV(B)212.31º40.44%88.24%-
XYZ38.9541.5677.2-
YUV169.03159.59103.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.05%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 225 (88.28% from 255) = 42.06%
R=25.05%
G=32.90%
B=42.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341762250.400.2200.12212.3160.2670.39
Hex86B0E128160Cd43c46
Octal206260341502601432474106
Binary1000011010110000111000011010001011001100110101001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,176,225); }

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

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

 a { background-color: rgb(134,176,225); }

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

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

 span { border-color: rgb(134,176,225); }

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