#8CADE7

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

Shades of Jordy Blue #8CADE7

Tints of Jordy Blue #8CADE7

Color information

#8CADE7 (or 0x8CADE7) is unknown color: approx Jordy Blue. HEX triplet: 8C, AD and E7. RGB value is (140,173,231). Sum of RGB (Red+Green+Blue) = 140+173+231=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #8CADE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CADE7 is #735218. Grayscale: #A9A9A9. Windows color (decimal): -7557657 or 15183244. OLE color: 15183244.

HSL color Cylindrical-coordinate representation of color #8CADE7: hue angle of 218.24º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CADE7 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB140173231-
CMYK0.390.2500.09
HSL218.24º65.47%72.75%-
HSV(B)218.24º39.39%90.59%-
XYZ40.1841.2381.44-
YUV169.74162.57106.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.74%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 231 (90.62% from 255) = 42.46%
R=25.74%
G=31.80%
B=42.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1401732310.390.2500.09218.2465.4772.75
Hex8CADE7271909da4149
Octal2142553474731011332101111
Binary10001100101011011110011110011111001010011101101010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,173,231); }

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

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

 a { background-color: rgb(140,173,231); }

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

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

 span { border-color: rgb(140,173,231); }

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