#8BACEE

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

Shades of Jordy Blue #8BACEE

Tints of Jordy Blue #8BACEE

Color information

#8BACEE (or 0x8BACEE) is unknown color: approx Jordy Blue. HEX triplet: 8B, AC and EE. RGB value is (139,172,238). Sum of RGB (Red+Green+Blue) = 139+172+238=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACEE is #745311. Grayscale: #A9A9A9. Windows color (decimal): -7623442 or 15641739. OLE color: 15641739.

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

Color convert

RGB139172238-
CMYK0.420.2800.07
HSL220º74.44%73.92%-
HSV(B)220º41.6%93.33%-
XYZ40.8341.1786.68-
YUV169.66166.57106.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.32%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=25.32%
G=31.33%
B=43.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391722380.420.2800.0722074.4473.92
Hex8BACEE2A1C07dc4a4a
Octal213254356523407334112112
Binary1000101110101100111011101010101110001111101110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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