#8BB4DD

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

Shades of Jordy Blue #8BB4DD

Tints of Jordy Blue #8BB4DD

Color information

#8BB4DD (or 0x8BB4DD) is unknown color: approx Jordy Blue. HEX triplet: 8B, B4 and DD. RGB value is (139,180,221). Sum of RGB (Red+Green+Blue) = 139+180+221=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BB4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB4DD is #744B22. Grayscale: #ACACAC. Windows color (decimal): -7621411 or 14529675. OLE color: 14529675.

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

Color convert

RGB139180221-
CMYK0.370.1900.13
HSL210º54.67%70.59%-
HSV(B)210º37.1%86.67%-
XYZ40.0243.3574.67-
YUV172.42155.42104.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.74%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=25.74%
G=33.33%
B=40.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391802210.370.1900.1321054.6770.59
Hex8BB4DD25130Dd23747
Octal213264335452301532267107
Binary1000101110110100110111011001011001101101110100101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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