#8AB2DC

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

Shades of Jordy Blue #8AB2DC

Tints of Jordy Blue #8AB2DC

Color information

#8AB2DC (or 0x8AB2DC) is unknown color: approx Jordy Blue. HEX triplet: 8A, B2 and DC. RGB value is (138,178,220). Sum of RGB (Red+Green+Blue) = 138+178+220=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB2DC is #754D23. Grayscale: #AAAAAA. Windows color (decimal): -7687460 or 14463626. OLE color: 14463626.

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

Color convert

RGB138178220-
CMYK0.370.1900.14
HSL210.73º53.95%70.2%-
HSV(B)210.73º37.27%86.27%-
XYZ39.3242.4173.82-
YUV170.83155.75104.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=25.75%
G=33.21%
B=41.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381782200.370.1900.14210.7353.9570.2
Hex8AB2DC25130Ed33646
Octal212262334452301632366106
Binary1000101010110010110111001001011001101110110100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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