#8ab9db

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

Shades of Jordy Blue #8AB9DB

Tints of Jordy Blue #8AB9DB

Color information

#8AB9DB (or 0x8AB9DB) is unknown color: approx Jordy Blue. HEX triplet: 8A, B9 and DB. RGB value is (138,185,219). Sum of RGB (Red+Green+Blue) = 138+185+219=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9DB is #754624. Grayscale: #AEAEAE. Windows color (decimal): -7685669 or 14399882. OLE color: 14399882.

HSL color Cylindrical-coordinate representation of color #8AB9DB: hue angle of 205.19º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AB9DB is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138185219-
CMYK0.370.1600.14
HSL205.19º52.94%70%-
HSV(B)205.19º36.99%85.88%-
XYZ40.6245.2273.6-
YUV174.82152.93101.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.46%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 219 (85.94% from 255) = 40.41%
R=25.46%
G=34.13%
B=40.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381852190.370.1600.14205.1952.9470
Hex8AB9DB25100Ecd3546
Octal212271333452001631565106
Binary1000101010111001110110111001011000001110110011011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ab9db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,185,219); }

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

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

 a { background-color: rgb(138,185,219); }

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

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

 span { border-color: rgb(138,185,219); }

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