#8BB4EA

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

Shades of Jordy Blue #8BB4EA

Tints of Jordy Blue #8BB4EA

Color information

#8BB4EA (or 0x8BB4EA) is unknown color: approx Jordy Blue. HEX triplet: 8B, B4 and EA. RGB value is (139,180,234). Sum of RGB (Red+Green+Blue) = 139+180+234=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BB4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB4EA is #744B15. Grayscale: #ADADAD. Windows color (decimal): -7621398 or 15381643. OLE color: 15381643.

HSL color Cylindrical-coordinate representation of color #8BB4EA: hue angle of 214.11º 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 #8BB4EA is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139180234-
CMYK0.410.2300.08
HSL214.11º69.34%73.14%-
HSV(B)214.11º40.6%91.76%-
XYZ41.8244.0784.14-
YUV173.9161.92103.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.14%
GREEN value IS 180 (70.70% from 255) = 32.55%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=25.14%
G=32.55%
B=42.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391802340.410.2300.08214.1169.3473.14
Hex8BB4EA291708d64549
Octal2132643525127010326105111
Binary10001011101101001110101010100110111010001101011010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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