#8CAAE3

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

Shades of Jordy Blue #8CAAE3

Tints of Jordy Blue #8CAAE3

Color information

#8CAAE3 (or 0x8CAAE3) is unknown color: approx Jordy Blue. HEX triplet: 8C, AA and E3. RGB value is (140,170,227). Sum of RGB (Red+Green+Blue) = 140+170+227=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 227 - color contains mainly: blue. Hex color #8CAAE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAAE3 is #73551C. Grayscale: #A7A7A7. Windows color (decimal): -7558429 or 14920332. OLE color: 14920332.

HSL color Cylindrical-coordinate representation of color #8CAAE3: hue angle of 219.31º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CAAE3 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB140170227-
CMYK0.380.2500.11
HSL219.31º60.84%71.96%-
HSV(B)219.31º38.33%89.02%-
XYZ39.0639.8778.31-
YUV167.53161.56108.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.07%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 227 (89.06% from 255) = 42.27%
R=26.07%
G=31.66%
B=42.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1401702270.380.2500.11219.3160.8471.96
Hex8CAAE326190Bdb3d48
Octal214252343463101333375110
Binary1000110010101010111000111001101100101011110110111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,227); }

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

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

 a { background-color: rgb(140,170,227); }

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

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

 span { border-color: rgb(140,170,227); }

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