#8CB1E2

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

Shades of Jordy Blue #8CB1E2

Tints of Jordy Blue #8CB1E2

Color information

#8CB1E2 (or 0x8CB1E2) is unknown color: approx Jordy Blue. HEX triplet: 8C, B1 and E2. RGB value is (140,177,226). Sum of RGB (Red+Green+Blue) = 140+177+226=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 226 - color contains mainly: blue. Hex color #8CB1E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1E2 is #734E1D. Grayscale: #ABABAB. Windows color (decimal): -7556638 or 14856588. OLE color: 14856588.

HSL color Cylindrical-coordinate representation of color #8CB1E2: hue angle of 214.19º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CB1E2 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB140177226-
CMYK0.380.2200.11
HSL214.19º59.72%71.76%-
HSV(B)214.19º38.05%88.63%-
XYZ40.2642.5178.03-
YUV171.52158.74105.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.78%
GREEN value IS 177 (69.53% from 255) = 32.60%
BLUE value IS 226 (88.67% from 255) = 41.62%
R=25.78%
G=32.60%
B=41.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1401772260.380.2200.11214.1959.7271.76
Hex8CB1E226160Bd63c48
Octal214261342462601332674110
Binary1000110010110001111000101001101011001011110101101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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