#8CB3EA

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

Shades of Jordy Blue #8CB3EA

Tints of Jordy Blue #8CB3EA

Color information

#8CB3EA (or 0x8CB3EA) is unknown color: approx Jordy Blue. HEX triplet: 8C, B3 and EA. RGB value is (140,179,234). Sum of RGB (Red+Green+Blue) = 140+179+234=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CB3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB3EA is #734C15. Grayscale: #ADADAD. Windows color (decimal): -7556118 or 15381388. OLE color: 15381388.

HSL color Cylindrical-coordinate representation of color #8CB3EA: hue angle of 215.11º 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 #8CB3EA is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140179234-
CMYK0.400.2400.08
HSL215.11º69.12%73.33%-
HSV(B)215.11º40.17%91.76%-
XYZ41.7943.7684.09-
YUV173.61162.08104.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.32%
GREEN value IS 179 (70.31% from 255) = 32.37%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=25.32%
G=32.37%
B=42.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401792340.400.2400.08215.1169.1273.33
Hex8CB3EA281808d74549
Octal2142633525030010327105111
Binary10001100101100111110101010100011000010001101011110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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