#8CACED

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

Shades of Jordy Blue #8CACED

Tints of Jordy Blue #8CACED

Color information

#8CACED (or 0x8CACED) is unknown color: approx Jordy Blue. HEX triplet: 8C, AC and ED. RGB value is (140,172,237). Sum of RGB (Red+Green+Blue) = 140+172+237=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACED is #735312. Grayscale: #A9A9A9. Windows color (decimal): -7557907 or 15576204. OLE color: 15576204.

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

Color convert

RGB140172237-
CMYK0.410.2700.07
HSL220.21º72.93%73.92%-
HSV(B)220.21º40.93%92.94%-
XYZ40.8541.1985.92-
YUV169.84165.9106.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.50%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=25.50%
G=31.33%
B=43.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1401722370.410.2700.07220.2172.9373.92
Hex8CACED291B07dc494a
Octal214254355513307334111112
Binary1000110010101100111011011010011101101111101110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,172,237); }

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

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

 a { background-color: rgb(140,172,237); }

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

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

 span { border-color: rgb(140,172,237); }

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