#8CAEDE

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

Shades of Jordy Blue #8CAEDE

Tints of Jordy Blue #8CAEDE

Color information

#8CAEDE (or 0x8CAEDE) is unknown color: approx Jordy Blue. HEX triplet: 8C, AE and DE. RGB value is (140,174,222). Sum of RGB (Red+Green+Blue) = 140+174+222=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #8CAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAEDE is #735121. Grayscale: #A9A9A9. Windows color (decimal): -7557410 or 14593676. OLE color: 14593676.

HSL color Cylindrical-coordinate representation of color #8CAEDE: hue angle of 215.12º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CAEDE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140174222-
CMYK0.370.2200.13
HSL215.12º55.41%70.98%-
HSV(B)215.12º36.94%87.06%-
XYZ39.1441.1274.98-
YUV169.31157.74107.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.12%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=26.12%
G=32.46%
B=41.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401742220.370.2200.13215.1255.4170.98
Hex8CAEDE25160Dd73747
Octal214256336452601532767107
Binary1000110010101110110111101001011011001101110101111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,174,222); }

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

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

 a { background-color: rgb(140,174,222); }

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

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

 span { border-color: rgb(140,174,222); }

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