#8AB0DC

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

Shades of Jordy Blue #8AB0DC

Tints of Jordy Blue #8AB0DC

Color information

#8AB0DC (or 0x8AB0DC) is unknown color: approx Jordy Blue. HEX triplet: 8A, B0 and DC. RGB value is (138,176,220). Sum of RGB (Red+Green+Blue) = 138+176+220=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB0DC is #754F23. Grayscale: #A9A9A9. Windows color (decimal): -7687972 or 14463114. OLE color: 14463114.

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

Color convert

RGB138176220-
CMYK0.370.200.14
HSL212.2º53.95%70.2%-
HSV(B)212.2º37.27%86.27%-
XYZ38.9241.6273.69-
YUV169.65156.41105.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.84%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=25.84%
G=32.96%
B=41.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381762200.370.200.14212.253.9570.2
Hex8AB0DC25140Ed43646
Octal212260334452401632466106
Binary1000101010110000110111001001011010001110110101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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