#8BB0E0

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

Shades of Jordy Blue #8BB0E0

Tints of Jordy Blue #8BB0E0

Color information

#8BB0E0 (or 0x8BB0E0) is unknown color: approx Jordy Blue. HEX triplet: 8B, B0 and E0. RGB value is (139,176,224). Sum of RGB (Red+Green+Blue) = 139+176+224=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #8BB0E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB0E0 is #744F1F. Grayscale: #AAAAAA. Windows color (decimal): -7622432 or 14725259. OLE color: 14725259.

HSL color Cylindrical-coordinate representation of color #8BB0E0: hue angle of 213.88º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BB0E0 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB139176224-
CMYK0.380.2100.12
HSL213.88º57.82%71.18%-
HSV(B)213.88º37.95%87.84%-
XYZ39.6341.9276.52-
YUV170.41158.24105.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.79%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=25.79%
G=32.65%
B=41.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1391762240.380.2100.12213.8857.8271.18
Hex8BB0E026150Cd63a47
Octal213260340462501432672107
Binary1000101110110000111000001001101010101100110101101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,224); }

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

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

 a { background-color: rgb(139,176,224); }

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

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

 span { border-color: rgb(139,176,224); }

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