#8BB0EA

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

Shades of Jordy Blue #8BB0EA

Tints of Jordy Blue #8BB0EA

Color information

#8BB0EA (or 0x8BB0EA) is unknown color: approx Jordy Blue. HEX triplet: 8B, B0 and EA. RGB value is (139,176,234). Sum of RGB (Red+Green+Blue) = 139+176+234=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BB0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB0EA is #744F15. Grayscale: #ABABAB. Windows color (decimal): -7622422 or 15380619. OLE color: 15380619.

HSL color Cylindrical-coordinate representation of color #8BB0EA: hue angle of 216.63º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BB0EA is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139176234-
CMYK0.410.2500.08
HSL216.63º69.34%73.14%-
HSV(B)216.63º40.6%91.76%-
XYZ41.0242.4883.88-
YUV171.55163.24104.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.32%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=25.32%
G=32.06%
B=42.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391762340.410.2500.08216.6369.3473.14
Hex8BB0EA291908d94549
Octal2132603525131010331105111
Binary10001011101100001110101010100111001010001101100110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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