#8CB1E1

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

Shades of Jordy Blue #8CB1E1

Tints of Jordy Blue #8CB1E1

Color information

#8CB1E1 (or 0x8CB1E1) is unknown color: approx Jordy Blue. HEX triplet: 8C, B1 and E1. RGB value is (140,177,225). Sum of RGB (Red+Green+Blue) = 140+177+225=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #8CB1E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1E1 is #734E1E. Grayscale: #ABABAB. Windows color (decimal): -7556639 or 14791052. OLE color: 14791052.

HSL color Cylindrical-coordinate representation of color #8CB1E1: hue angle of 213.88º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CB1E1 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB140177225-
CMYK0.380.2100.12
HSL213.88º58.62%71.57%-
HSV(B)213.88º37.78%88.24%-
XYZ40.1342.4677.31-
YUV171.41158.24105.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.83%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 225 (88.28% from 255) = 41.51%
R=25.83%
G=32.66%
B=41.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1401772250.380.2100.12213.8858.6271.57
Hex8CB1E126150Cd63b48
Octal214261341462501432673110
Binary1000110010110001111000011001101010101100110101101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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