#8CB5EF

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

Shades of Jordy Blue #8CB5EF

Tints of Jordy Blue #8CB5EF

Color information

#8CB5EF (or 0x8CB5EF) is unknown color: approx Jordy Blue. HEX triplet: 8C, B5 and EF. RGB value is (140,181,239). Sum of RGB (Red+Green+Blue) = 140+181+239=560 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CB5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB5EF is #734A10. Grayscale: #AFAFAF. Windows color (decimal): -7555601 or 15709580. OLE color: 15709580.

HSL color Cylindrical-coordinate representation of color #8CB5EF: hue angle of 215.15º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CB5EF is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140181239-
CMYK0.410.2400.06
HSL215.15º75.57%74.31%-
HSV(B)215.15º41.42%93.73%-
XYZ42.9244.8688.06-
YUV175.35163.92102.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25%
GREEN value IS 181 (71.09% from 255) = 32.32%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=25%
G=32.32%
B=42.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401812390.410.2400.06215.1575.5774.31
Hex8CB5EF291806d74c4a
Octal214265357513006327114112
Binary1000110010110101111011111010011100001101101011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,181,239); }

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

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

 a { background-color: rgb(140,181,239); }

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

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

 span { border-color: rgb(140,181,239); }

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