#8BB8DC

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

Shades of Jordy Blue #8BB8DC

Tints of Jordy Blue #8BB8DC

Color information

#8BB8DC (or 0x8BB8DC) is unknown color: approx Jordy Blue. HEX triplet: 8B, B8 and DC. RGB value is (139,184,220). Sum of RGB (Red+Green+Blue) = 139+184+220=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BB8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB8DC is #744723. Grayscale: #AEAEAE. Windows color (decimal): -7620388 or 14465163. OLE color: 14465163.

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

Color convert

RGB139184220-
CMYK0.370.1600.14
HSL206.67º53.64%70.39%-
HSV(B)206.67º36.82%86.27%-
XYZ40.7144.9474.24-
YUV174.65153.59102.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 184 (72.27% from 255) = 33.89%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=25.60%
G=33.89%
B=40.52%

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
Decimal1391842200.370.1600.14206.6753.6470.39
Hex8BB8DC25100Ecf3646
Octal213270334452001631766106
Binary1000101110111000110111001001011000001110110011111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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