#8BB9DB

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

Shades of Jordy Blue #8BB9DB

Tints of Jordy Blue #8BB9DB

Color information

#8BB9DB (or 0x8BB9DB) is unknown color: approx Jordy Blue. HEX triplet: 8B, B9 and DB. RGB value is (139,185,219). Sum of RGB (Red+Green+Blue) = 139+185+219=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB9DB is #744624. Grayscale: #AEAEAE. Windows color (decimal): -7620133 or 14399883. OLE color: 14399883.

HSL color Cylindrical-coordinate representation of color #8BB9DB: hue angle of 205.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BB9DB is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139185219-
CMYK0.370.1600.14
HSL205.5º52.63%70.2%-
HSV(B)205.5º36.53%85.88%-
XYZ40.7845.373.61-
YUV175.12152.76102.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=25.60%
G=34.07%
B=40.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391852190.370.1600.14205.552.6370.2
Hex8BB9DB25100Ece3546
Octal213271333452001631665106
Binary1000101110111001110110111001011000001110110011101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,185,219); }

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

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

 a { background-color: rgb(139,185,219); }

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

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

 span { border-color: rgb(139,185,219); }

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