#8DB1EA

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

Shades of Jordy Blue #8DB1EA

Tints of Jordy Blue #8DB1EA

Color information

#8DB1EA (or 0x8DB1EA) is unknown color: approx Jordy Blue. HEX triplet: 8D, B1 and EA. RGB value is (141,177,234). Sum of RGB (Red+Green+Blue) = 141+177+234=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DB1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB1EA is #724E15. Grayscale: #ACACAC. Windows color (decimal): -7491094 or 15380877. OLE color: 15380877.

HSL color Cylindrical-coordinate representation of color #8DB1EA: hue angle of 216.77º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB1EA is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141177234-
CMYK0.400.2400.08
HSL216.77º68.89%73.53%-
HSV(B)216.77º39.74%91.76%-
XYZ41.5643.0583.96-
YUV172.73162.57105.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.54%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=25.54%
G=32.07%
B=42.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411772340.400.2400.08216.7768.8973.53
Hex8DB1EA281808d9454a
Octal2152613525030010331105112
Binary10001101101100011110101010100011000010001101100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,177,234); }

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

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

 a { background-color: rgb(141,177,234); }

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

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

 span { border-color: rgb(141,177,234); }

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