#8AB1DC

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

Shades of Jordy Blue #8AB1DC

Tints of Jordy Blue #8AB1DC

Color information

#8AB1DC (or 0x8AB1DC) is unknown color: approx Jordy Blue. HEX triplet: 8A, B1 and DC. RGB value is (138,177,220). Sum of RGB (Red+Green+Blue) = 138+177+220=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AB1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1DC is #754E23. Grayscale: #AAAAAA. Windows color (decimal): -7687716 or 14463370. OLE color: 14463370.

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

Color convert

RGB138177220-
CMYK0.370.2000.14
HSL211.46º53.95%70.2%-
HSV(B)211.46º37.27%86.27%-
XYZ39.1242.0173.76-
YUV170.24156.08105-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=25.79%
G=33.08%
B=41.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381772200.370.2000.14211.4653.9570.2
Hex8AB1DC25140Ed33646
Octal212261334452401632366106
Binary1000101010110001110111001001011010001110110100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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