#8BB9DC

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

Shades of Jordy Blue #8BB9DC

Tints of Jordy Blue #8BB9DC

Color information

#8BB9DC (or 0x8BB9DC) is unknown color: approx Jordy Blue. HEX triplet: 8B, B9 and DC. RGB value is (139,185,220). Sum of RGB (Red+Green+Blue) = 139+185+220=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BB9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB9DC is #744623. Grayscale: #AFAFAF. Windows color (decimal): -7620132 or 14465419. OLE color: 14465419.

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

Color convert

RGB139185220-
CMYK0.370.1600.14
HSL205.93º53.64%70.39%-
HSV(B)205.93º36.82%86.27%-
XYZ40.9145.3574.31-
YUV175.24153.26102.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.55%
GREEN value IS 185 (72.66% from 255) = 34.01%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=25.55%
G=34.01%
B=40.44%

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
Decimal1391852200.370.1600.14205.9353.6470.39
Hex8BB9DC25100Ece3646
Octal213271334452001631666106
Binary1000101110111001110111001001011000001110110011101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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