#8BAEEC

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

Shades of Jordy Blue #8BAEEC

Tints of Jordy Blue #8BAEEC

Color information

#8BAEEC (or 0x8BAEEC) is unknown color: approx Jordy Blue. HEX triplet: 8B, AE and EC. RGB value is (139,174,236). Sum of RGB (Red+Green+Blue) = 139+174+236=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAEEC is #745113. Grayscale: #AAAAAA. Windows color (decimal): -7622932 or 15511179. OLE color: 15511179.

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

Color convert

RGB139174236-
CMYK0.410.2600.07
HSL218.35º71.85%73.53%-
HSV(B)218.35º41.1%92.55%-
XYZ40.9241.8285.27-
YUV170.6164.9105.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.32%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=25.32%
G=31.69%
B=42.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391742360.410.2600.07218.3571.8573.53
Hex8BAEEC291A07da484a
Octal213256354513207332110112
Binary1000101110101110111011001010011101001111101101010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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