#8BB0EE

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

Shades of Jordy Blue #8BB0EE

Tints of Jordy Blue #8BB0EE

Color information

#8BB0EE (or 0x8BB0EE) is unknown color: approx Jordy Blue. HEX triplet: 8B, B0 and EE. RGB value is (139,176,238). Sum of RGB (Red+Green+Blue) = 139+176+238=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BB0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB0EE is #744F11. Grayscale: #ABABAB. Windows color (decimal): -7622418 or 15642763. OLE color: 15642763.

HSL color Cylindrical-coordinate representation of color #8BB0EE: hue angle of 217.58º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BB0EE is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139176238-
CMYK0.420.2600.07
HSL217.58º74.44%73.92%-
HSV(B)217.58º41.6%93.33%-
XYZ41.6142.7186.94-
YUV172165.24104.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.14%
GREEN value IS 176 (69.14% from 255) = 31.83%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=25.14%
G=31.83%
B=43.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391762380.420.2600.07217.5874.4473.92
Hex8BB0EE2A1A07da4a4a
Octal213260356523207332112112
Binary1000101110110000111011101010101101001111101101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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