#8CB1EE

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

Shades of Jordy Blue #8CB1EE

Tints of Jordy Blue #8CB1EE

Color information

#8CB1EE (or 0x8CB1EE) is unknown color: approx Jordy Blue. HEX triplet: 8C, B1 and EE. RGB value is (140,177,238). Sum of RGB (Red+Green+Blue) = 140+177+238=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CB1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CB1EE is #734E11. Grayscale: #ACACAC. Windows color (decimal): -7556626 or 15643020. OLE color: 15643020.

HSL color Cylindrical-coordinate representation of color #8CB1EE: hue angle of 217.35º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CB1EE is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140177238-
CMYK0.410.2600.07
HSL217.35º74.24%74.12%-
HSV(B)217.35º41.18%93.33%-
XYZ41.9743.1987.01-
YUV172.89164.74104.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.23%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=25.23%
G=31.89%
B=42.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1401772380.410.2600.07217.3574.2474.12
Hex8CB1EE291A07d94a4a
Octal214261356513207331112112
Binary1000110010110001111011101010011101001111101100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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