#8CABE0

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

Shades of Jordy Blue #8CABE0

Tints of Jordy Blue #8CABE0

Color information

#8CABE0 (or 0x8CABE0) is unknown color: approx Jordy Blue. HEX triplet: 8C, AB and E0. RGB value is (140,171,224). Sum of RGB (Red+Green+Blue) = 140+171+224=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #8CABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABE0 is #73541F. Grayscale: #A7A7A7. Windows color (decimal): -7558176 or 14723980. OLE color: 14723980.

HSL color Cylindrical-coordinate representation of color #8CABE0: hue angle of 217.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CABE0 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB140171224-
CMYK0.380.2400.12
HSL217.86º57.53%71.37%-
HSV(B)217.86º37.5%87.84%-
XYZ38.8340.0876.21-
YUV167.77159.73108.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.17%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 224 (87.89% from 255) = 41.87%
R=26.17%
G=31.96%
B=41.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1401712240.380.2400.12217.8657.5371.37
Hex8CABE026180Cda3a47
Octal214253340463001433272107
Binary1000110010101011111000001001101100001100110110101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,171,224); }

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

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

 a { background-color: rgb(140,171,224); }

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

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

 span { border-color: rgb(140,171,224); }

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