#8DB3EA

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

Shades of Jordy Blue #8DB3EA

Tints of Jordy Blue #8DB3EA

Color information

#8DB3EA (or 0x8DB3EA) is unknown color: approx Jordy Blue. HEX triplet: 8D, B3 and EA. RGB value is (141,179,234). Sum of RGB (Red+Green+Blue) = 141+179+234=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DB3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3EA is #724C15. Grayscale: #ADADAD. Windows color (decimal): -7490582 or 15381389. OLE color: 15381389.

HSL color Cylindrical-coordinate representation of color #8DB3EA: hue angle of 215.48º 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 #8DB3EA is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141179234-
CMYK0.400.2400.08
HSL215.48º68.89%73.53%-
HSV(B)215.48º39.74%91.76%-
XYZ41.9643.8484.09-
YUV173.91161.91104.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.45%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=25.45%
G=32.31%
B=42.24%

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
Decimal1411792340.400.2400.08215.4868.8973.53
Hex8DB3EA281808d7454a
Octal2152633525030010327105112
Binary10001101101100111110101010100011000010001101011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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