#8CA9FF

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

Shades of Jordy Blue #8CA9FF

Tints of Jordy Blue #8CA9FF

Color information

#8CA9FF (or 0x8CA9FF) is unknown color: approx Jordy Blue. HEX triplet: 8C, A9 and FF. RGB value is (140,169,255). Sum of RGB (Red+Green+Blue) = 140+169+255=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CA9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA9FF is #735600. Grayscale: #A9A9A9. Windows color (decimal): -7558657 or 16755084. OLE color: 16755084.

HSL color Cylindrical-coordinate representation of color #8CA9FF: hue angle of 224.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CA9FF is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB140169255-
CMYK0.450.3400
HSL224.87º100%77.45%-
HSV(B)224.87º45.1%100%-
XYZ43.0541.17100.29-
YUV170.13175.89106.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.82%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 255 (100% from 255) = 45.21%
R=24.82%
G=29.96%
B=45.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1401692550.450.3400224.8710077.45
Hex8CA9FF2D2200e1644d
Octal214251377554200341144115
Binary100011001010100111111111101101100010001110000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,169,255); }

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

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

 a { background-color: rgb(140,169,255); }

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

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

 span { border-color: rgb(140,169,255); }

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