#86B8DD

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

Shades of Jordy Blue #86B8DD

Tints of Jordy Blue #86B8DD

Color information

#86B8DD (or 0x86B8DD) is unknown color: approx Jordy Blue. HEX triplet: 86, B8 and DD. RGB value is (134,184,221). Sum of RGB (Red+Green+Blue) = 134+184+221=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #86B8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B8DD is #794722. Grayscale: #ADADAD. Windows color (decimal): -7948067 or 14530694. OLE color: 14530694.

HSL color Cylindrical-coordinate representation of color #86B8DD: hue angle of 205.52º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86B8DD is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134184221-
CMYK0.390.1700.13
HSL205.52º56.13%69.61%-
HSV(B)205.52º39.37%86.67%-
XYZ40.0244.5774.9-
YUV173.27154.9499.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.86%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=24.86%
G=34.14%
B=41.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341842210.390.1700.13205.5256.1369.61
Hex86B8DD27110Dce3846
Octal206270335472101531670106
Binary1000011010111000110111011001111000101101110011101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,184,221); }

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

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

 a { background-color: rgb(134,184,221); }

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

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

 span { border-color: rgb(134,184,221); }

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