#8CA8FF

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

Shades of Jordy Blue #8CA8FF

Tints of Jordy Blue #8CA8FF

Color information

#8CA8FF (or 0x8CA8FF) is unknown color: approx Jordy Blue. HEX triplet: 8C, A8 and FF. RGB value is (140,168,255). Sum of RGB (Red+Green+Blue) = 140+168+255=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CA8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA8FF is #735700. Grayscale: #A9A9A9. Windows color (decimal): -7558913 or 16754828. OLE color: 16754828.

HSL color Cylindrical-coordinate representation of color #8CA8FF: hue angle of 225.39º 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 #8CA8FF is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB140168255-
CMYK0.450.3400
HSL225.39º100%77.45%-
HSV(B)225.39º45.1%100%-
XYZ42.8740.8100.22-
YUV169.55176.22106.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.87%
GREEN value IS 168 (66.02% from 255) = 29.84%
BLUE value IS 255 (100% from 255) = 45.29%
R=24.87%
G=29.84%
B=45.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1401682550.450.3400225.3910077.45
Hex8CA8FF2D2200e1644d
Octal214250377554200341144115
Binary100011001010100011111111101101100010001110000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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