#8DABE1

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

Shades of Jordy Blue #8DABE1

Tints of Jordy Blue #8DABE1

Color information

#8DABE1 (or 0x8DABE1) is unknown color: approx Jordy Blue. HEX triplet: 8D, AB and E1. RGB value is (141,171,225). Sum of RGB (Red+Green+Blue) = 141+171+225=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DABE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABE1 is #72541E. Grayscale: #A7A7A7. Windows color (decimal): -7492639 or 14789517. OLE color: 14789517.

HSL color Cylindrical-coordinate representation of color #8DABE1: hue angle of 218.57º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DABE1 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB141171225-
CMYK0.370.2400.12
HSL218.57º58.33%71.76%-
HSV(B)218.57º37.33%88.24%-
XYZ39.1440.2276.94-
YUV168.19160.06108.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.26%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=26.26%
G=31.84%
B=41.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1411712250.370.2400.12218.5758.3371.76
Hex8DABE125180Cdb3a48
Octal215253341453001433372110
Binary1000110110101011111000011001011100001100110110111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,225); }

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

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

 a { background-color: rgb(141,171,225); }

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

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

 span { border-color: rgb(141,171,225); }

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