#8BB4DF

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

Shades of Jordy Blue #8BB4DF

Tints of Jordy Blue #8BB4DF

Color information

#8BB4DF (or 0x8BB4DF) is unknown color: approx Jordy Blue. HEX triplet: 8B, B4 and DF. RGB value is (139,180,223). Sum of RGB (Red+Green+Blue) = 139+180+223=542 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.65% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BB4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB4DF is #744B20. Grayscale: #ACACAC. Windows color (decimal): -7621409 or 14660747. OLE color: 14660747.

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

Color convert

RGB139180223-
CMYK0.380.1900.13
HSL210.71º56.76%70.98%-
HSV(B)210.71º37.67%87.45%-
XYZ40.2943.4676.08-
YUV172.64156.42104-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.65%
GREEN value IS 180 (70.70% from 255) = 33.21%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=25.65%
G=33.21%
B=41.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391802230.380.1900.13210.7156.7670.98
Hex8BB4DF26130Dd33947
Octal213264337462301532371107
Binary1000101110110100110111111001101001101101110100111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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