#8AB3DB

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

Shades of Jordy Blue #8AB3DB

Tints of Jordy Blue #8AB3DB

Color information

#8AB3DB (or 0x8AB3DB) is unknown color: approx Jordy Blue. HEX triplet: 8A, B3 and DB. RGB value is (138,179,219). Sum of RGB (Red+Green+Blue) = 138+179+219=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AB3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB3DB is #754C24. Grayscale: #ABABAB. Windows color (decimal): -7687205 or 14398346. OLE color: 14398346.

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

Color convert

RGB138179219-
CMYK0.370.1800.14
HSL209.63º52.94%70%-
HSV(B)209.63º36.99%85.88%-
XYZ39.3942.7673.19-
YUV171.3154.92104.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 179 (70.31% from 255) = 33.40%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=25.75%
G=33.40%
B=40.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381792190.370.1800.14209.6352.9470
Hex8AB3DB25120Ed23546
Octal212263333452201632265106
Binary1000101010110011110110111001011001001110110100101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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