#8CA9E4

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

Shades of Jordy Blue #8CA9E4

Tints of Jordy Blue #8CA9E4

Color information

#8CA9E4 (or 0x8CA9E4) is unknown color: approx Jordy Blue. HEX triplet: 8C, A9 and E4. RGB value is (140,169,228). Sum of RGB (Red+Green+Blue) = 140+169+228=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #8CA9E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9E4 is #73561B. Grayscale: #A6A6A6. Windows color (decimal): -7558684 or 14985612. OLE color: 14985612.

HSL color Cylindrical-coordinate representation of color #8CA9E4: hue angle of 220.23º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CA9E4 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB140169228-
CMYK0.390.2600.11
HSL220.23º61.97%72.16%-
HSV(B)220.23º38.6%89.41%-
XYZ39.0139.5578.98-
YUV167.05162.39108.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.07%
GREEN value IS 169 (66.41% from 255) = 31.47%
BLUE value IS 228 (89.45% from 255) = 42.46%
R=26.07%
G=31.47%
B=42.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1401692280.390.2600.11220.2361.9772.16
Hex8CA9E4271A0Bdc3e48
Octal214251344473201333476110
Binary1000110010101001111001001001111101001011110111001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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