#8BB8DD

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

Shades of Jordy Blue #8BB8DD

Tints of Jordy Blue #8BB8DD

Color information

#8BB8DD (or 0x8BB8DD) is unknown color: approx Jordy Blue. HEX triplet: 8B, B8 and DD. RGB value is (139,184,221). Sum of RGB (Red+Green+Blue) = 139+184+221=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BB8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB8DD is #744722. Grayscale: #AEAEAE. Windows color (decimal): -7620387 or 14530699. OLE color: 14530699.

HSL color Cylindrical-coordinate representation of color #8BB8DD: hue angle of 207.07º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BB8DD is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139184221-
CMYK0.370.1700.13
HSL207.07º54.67%70.59%-
HSV(B)207.07º37.1%86.67%-
XYZ40.8444.9974.94-
YUV174.76154.09102.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.55%
GREEN value IS 184 (72.27% from 255) = 33.82%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=25.55%
G=33.82%
B=40.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391842210.370.1700.13207.0754.6770.59
Hex8BB8DD25110Dcf3747
Octal213270335452101531767107
Binary1000101110111000110111011001011000101101110011111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BB8DD; }

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

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

<style>
 a { background-color: #8BB8DD; }

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

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

<style>
 span { border-color: #8BB8DD; }

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

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