#8DB7EA

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

Shades of Jordy Blue #8DB7EA

Tints of Jordy Blue #8DB7EA

Color information

#8DB7EA (or 0x8DB7EA) is unknown color: approx Jordy Blue. HEX triplet: 8D, B7 and EA. RGB value is (141,183,234). Sum of RGB (Red+Green+Blue) = 141+183+234=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DB7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB7EA is #724815. Grayscale: #B0B0B0. Windows color (decimal): -7489558 or 15382413. OLE color: 15382413.

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

Color convert

RGB141183234-
CMYK0.400.2200.08
HSL212.9º68.89%73.53%-
HSV(B)212.9º39.74%91.76%-
XYZ42.7745.4784.36-
YUV176.26160.59102.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.27%
GREEN value IS 183 (71.88% from 255) = 32.80%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=25.27%
G=32.80%
B=41.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411832340.400.2200.08212.968.8973.53
Hex8DB7EA281608d5454a
Octal2152673525026010325105112
Binary10001101101101111110101010100010110010001101010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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