#8BB7DB

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

Shades of Jordy Blue #8BB7DB

Tints of Jordy Blue #8BB7DB

Color information

#8BB7DB (or 0x8BB7DB) is unknown color: approx Jordy Blue. HEX triplet: 8B, B7 and DB. RGB value is (139,183,219). Sum of RGB (Red+Green+Blue) = 139+183+219=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BB7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB7DB is #744824. Grayscale: #ADADAD. Windows color (decimal): -7620645 or 14399371. OLE color: 14399371.

HSL color Cylindrical-coordinate representation of color #8BB7DB: hue angle of 207º 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 #8BB7DB is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139183219-
CMYK0.370.1600.14
HSL207º52.63%70.2%-
HSV(B)207º36.53%85.88%-
XYZ40.3744.4773.47-
YUV173.95153.42103.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.69%
GREEN value IS 183 (71.88% from 255) = 33.83%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=25.69%
G=33.83%
B=40.48%

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
Decimal1391832190.370.1600.1420752.6370.2
Hex8BB7DB25100Ecf3546
Octal213267333452001631765106
Binary1000101110110111110110111001011000001110110011111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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