#8AB6DA

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

Shades of Jordy Blue #8AB6DA

Tints of Jordy Blue #8AB6DA

Color information

#8AB6DA (or 0x8AB6DA) is unknown color: approx Jordy Blue. HEX triplet: 8A, B6 and DA. RGB value is (138,182,218). Sum of RGB (Red+Green+Blue) = 138+182+218=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #8AB6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB6DA is #754925. Grayscale: #ACACAC. Windows color (decimal): -7686438 or 14333578. OLE color: 14333578.

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

Color convert

RGB138182218-
CMYK0.370.1700.15
HSL207º51.95%69.8%-
HSV(B)207º36.7%85.49%-
XYZ39.8643.9272.71-
YUV172.95153.42103.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.65%
GREEN value IS 182 (71.48% from 255) = 33.83%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=25.65%
G=33.83%
B=40.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381822180.370.1700.1520751.9569.8
Hex8AB6DA25110Fcf3446
Octal212266332452101731764106
Binary1000101010110110110110101001011000101111110011111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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