#8ABADC

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

Shades of Jordy Blue #8ABADC

Tints of Jordy Blue #8ABADC

Color information

#8ABADC (or 0x8ABADC) is unknown color: approx Jordy Blue. HEX triplet: 8A, BA and DC. RGB value is (138,186,220). Sum of RGB (Red+Green+Blue) = 138+186+220=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ABADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABADC is #754523. Grayscale: #AFAFAF. Windows color (decimal): -7685412 or 14465674. OLE color: 14465674.

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

Color convert

RGB138186220-
CMYK0.370.1500.14
HSL204.88º53.95%70.2%-
HSV(B)204.88º37.27%86.27%-
XYZ40.9645.6974.37-
YUV175.52153.1101.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.37%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=25.37%
G=34.19%
B=40.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381862200.370.1500.14204.8853.9570.2
Hex8ABADC25F0Ecd3646
Octal212272334451701631566106
Binary100010101011101011011100100101111101110110011011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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