#8CA6FE

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

Shades of Jordy Blue #8CA6FE

Tints of Jordy Blue #8CA6FE

Color information

#8CA6FE (or 0x8CA6FE) is unknown color: approx Jordy Blue. HEX triplet: 8C, A6 and FE. RGB value is (140,166,254). Sum of RGB (Red+Green+Blue) = 140+166+254=560 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CA6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA6FE is #735901. Grayscale: #A7A7A7. Windows color (decimal): -7559426 or 16688780. OLE color: 16688780.

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

Color convert

RGB140166254-
CMYK0.450.3500.00
HSL226.32º98.28%77.25%-
HSV(B)226.32º44.88%99.61%-
XYZ42.344099.26-
YUV168.26176.39107.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=25%
G=29.64%
B=45.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401662540.450.3500.00226.3298.2877.25
Hex8CA6FE2D2300e2624d
Octal214246376554300342142115
Binary100011001010011011111110101101100011001110001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,166,254); }

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

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

 a { background-color: rgb(140,166,254); }

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

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

 span { border-color: rgb(140,166,254); }

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