#8bacec

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

Shades of Jordy Blue #8BACEC

Tints of Jordy Blue #8BACEC

Color information

#8BACEC (or 0x8BACEC) is unknown color: approx Jordy Blue. HEX triplet: 8B, AC and EC. RGB value is (139,172,236). Sum of RGB (Red+Green+Blue) = 139+172+236=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACEC is #745313. Grayscale: #A9A9A9. Windows color (decimal): -7623444 or 15510667. OLE color: 15510667.

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

Color convert

RGB139172236-
CMYK0.410.2700.07
HSL219.59º71.85%73.53%-
HSV(B)219.59º41.1%92.55%-
XYZ40.5441.0585.14-
YUV169.43165.57106.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.41%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=25.41%
G=31.44%
B=43.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391722360.410.2700.07219.5971.8573.53
Hex8BACEC291B07dc484a
Octal213254354513307334110112
Binary1000101110101100111011001010011101101111101110010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bacec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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