#8CB7EA

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

Shades of Jordy Blue #8CB7EA

Tints of Jordy Blue #8CB7EA

Color information

#8CB7EA (or 0x8CB7EA) is unknown color: approx Jordy Blue. HEX triplet: 8C, B7 and EA. RGB value is (140,183,234). Sum of RGB (Red+Green+Blue) = 140+183+234=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CB7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB7EA is #734815. Grayscale: #AFAFAF. Windows color (decimal): -7555094 or 15382412. OLE color: 15382412.

HSL color Cylindrical-coordinate representation of color #8CB7EA: hue angle of 212.55º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CB7EA is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140183234-
CMYK0.400.2200.08
HSL212.55º69.12%73.33%-
HSV(B)212.55º40.17%91.76%-
XYZ42.645.3884.36-
YUV175.96160.75102.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.13%
GREEN value IS 183 (71.88% from 255) = 32.85%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=25.13%
G=32.85%
B=42.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401832340.400.2200.08212.5569.1273.33
Hex8CB7EA281608d54549
Octal2142673525026010325105111
Binary10001100101101111110101010100010110010001101010110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,183,234); }

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

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

 a { background-color: rgb(140,183,234); }

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

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

 span { border-color: rgb(140,183,234); }

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