#8AB8DA

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

Shades of Jordy Blue #8AB8DA

Tints of Jordy Blue #8AB8DA

Color information

#8AB8DA (or 0x8AB8DA) is unknown color: approx Jordy Blue. HEX triplet: 8A, B8 and DA. RGB value is (138,184,218). Sum of RGB (Red+Green+Blue) = 138+184+218=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #8AB8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB8DA is #754725. Grayscale: #ADADAD. Windows color (decimal): -7685926 or 14334090. OLE color: 14334090.

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

Color convert

RGB138184218-
CMYK0.370.1600.15
HSL205.5º51.95%69.8%-
HSV(B)205.5º36.7%85.49%-
XYZ40.2844.7572.84-
YUV174.12152.76102.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.56%
GREEN value IS 184 (72.27% from 255) = 34.07%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=25.56%
G=34.07%
B=40.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381842180.370.1600.15205.551.9569.8
Hex8AB8DA25100Fce3446
Octal212270332452001731664106
Binary1000101010111000110110101001011000001111110011101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,184,218); }

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

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

 a { background-color: rgb(138,184,218); }

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

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

 span { border-color: rgb(138,184,218); }

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