#8AB1DB

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

Shades of Jordy Blue #8AB1DB

Tints of Jordy Blue #8AB1DB

Color information

#8AB1DB (or 0x8AB1DB) is unknown color: approx Jordy Blue. HEX triplet: 8A, B1 and DB. RGB value is (138,177,219). Sum of RGB (Red+Green+Blue) = 138+177+219=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AB1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1DB is #754E24. Grayscale: #A9A9A9. Windows color (decimal): -7687717 or 14397834. OLE color: 14397834.

HSL color Cylindrical-coordinate representation of color #8AB1DB: hue angle of 211.11º 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 #8AB1DB is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138177219-
CMYK0.370.1900.14
HSL211.11º52.94%70%-
HSV(B)211.11º36.99%85.88%-
XYZ38.9941.9673.06-
YUV170.13155.58105.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.84%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=25.84%
G=33.15%
B=41.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381772190.370.1900.14211.1152.9470
Hex8AB1DB25130Ed33546
Octal212261333452301632365106
Binary1000101010110001110110111001011001101110110100111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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