#8CB1DD

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

Shades of Jordy Blue #8CB1DD

Tints of Jordy Blue #8CB1DD

Color information

#8CB1DD (or 0x8CB1DD) is unknown color: approx Jordy Blue. HEX triplet: 8C, B1 and DD. RGB value is (140,177,221). Sum of RGB (Red+Green+Blue) = 140+177+221=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CB1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1DD is #734E22. Grayscale: #AAAAAA. Windows color (decimal): -7556643 or 14528908. OLE color: 14528908.

HSL color Cylindrical-coordinate representation of color #8CB1DD: hue angle of 212.59º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CB1DD is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140177221-
CMYK0.370.2000.13
HSL212.59º54.36%70.78%-
HSV(B)212.59º36.65%86.67%-
XYZ39.5942.2474.47-
YUV170.95156.24105.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.02%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=26.02%
G=32.90%
B=41.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401772210.370.2000.13212.5954.3670.78
Hex8CB1DD25140Dd53647
Octal214261335452401532566107
Binary1000110010110001110111011001011010001101110101011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,177,221); }

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

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

 a { background-color: rgb(140,177,221); }

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

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

 span { border-color: rgb(140,177,221); }

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