#8AB6DC

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

Shades of Jordy Blue #8AB6DC

Tints of Jordy Blue #8AB6DC

Color information

#8AB6DC (or 0x8AB6DC) is unknown color: approx Jordy Blue. HEX triplet: 8A, B6 and DC. RGB value is (138,182,220). Sum of RGB (Red+Green+Blue) = 138+182+220=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AB6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB6DC is #754923. Grayscale: #ACACAC. Windows color (decimal): -7686436 or 14464650. OLE color: 14464650.

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

Color convert

RGB138182220-
CMYK0.370.1700.14
HSL207.8º53.95%70.2%-
HSV(B)207.8º37.27%86.27%-
XYZ40.1344.0374.09-
YUV173.18154.42102.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.56%
GREEN value IS 182 (71.48% from 255) = 33.70%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=25.56%
G=33.70%
B=40.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381822200.370.1700.14207.853.9570.2
Hex8AB6DC25110Ed03646
Octal212266334452101632066106
Binary1000101010110110110111001001011000101110110100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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