#8BB3DC

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

Shades of Jordy Blue #8BB3DC

Tints of Jordy Blue #8BB3DC

Color information

#8BB3DC (or 0x8BB3DC) is unknown color: approx Jordy Blue. HEX triplet: 8B, B3 and DC. RGB value is (139,179,220). Sum of RGB (Red+Green+Blue) = 139+179+220=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BB3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB3DC is #744C23. Grayscale: #ABABAB. Windows color (decimal): -7621668 or 14463883. OLE color: 14463883.

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

Color convert

RGB139179220-
CMYK0.370.1900.14
HSL210.37º53.64%70.39%-
HSV(B)210.37º36.82%86.27%-
XYZ39.6942.973.9-
YUV171.71155.25104.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.84%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=25.84%
G=33.27%
B=40.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391792200.370.1900.14210.3753.6470.39
Hex8BB3DC25130Ed23646
Octal213263334452301632266106
Binary1000101110110011110111001001011001101110110100101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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