#8BAAEE

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

Shades of Jordy Blue #8BAAEE

Tints of Jordy Blue #8BAAEE

Color information

#8BAAEE (or 0x8BAAEE) is unknown color: approx Jordy Blue. HEX triplet: 8B, AA and EE. RGB value is (139,170,238). Sum of RGB (Red+Green+Blue) = 139+170+238=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BAAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAAEE is #745511. Grayscale: #A8A8A8. Windows color (decimal): -7623954 or 15641227. OLE color: 15641227.

HSL color Cylindrical-coordinate representation of color #8BAAEE: hue angle of 221.21º 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 #8BAAEE is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139170238-
CMYK0.420.2900.07
HSL221.21º74.44%73.92%-
HSV(B)221.21º41.6%93.33%-
XYZ40.4540.4186.56-
YUV168.48167.23106.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.41%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=25.41%
G=31.08%
B=43.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391702380.420.2900.07221.2174.4473.92
Hex8BAAEE2A1D07dd4a4a
Octal213252356523507335112112
Binary1000101110101010111011101010101110101111101110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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