#7AABD1

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

Shades of Jordy Blue #7AABD1

Tints of Jordy Blue #7AABD1

Color information

#7AABD1 (or 0x7AABD1) is unknown color: approx Jordy Blue. HEX triplet: 7A, AB and D1. RGB value is (122,171,209). Sum of RGB (Red+Green+Blue) = 122+171+209=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #7AABD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABD1 is #85542E. Grayscale: #A0A0A0. Windows color (decimal): -8737839 or 13740922. OLE color: 13740922.

HSL color Cylindrical-coordinate representation of color #7AABD1: hue angle of 206.21º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AABD1 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB122171209-
CMYK0.420.1800.18
HSL206.21º48.6%64.9%-
HSV(B)206.21º41.63%81.96%-
XYZ34.137.8765.83-
YUV160.68155.27100.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.30%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 209 (82.03% from 255) = 41.63%
R=24.30%
G=34.06%
B=41.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1221712090.420.1800.18206.2148.664.9
Hex7AABD12A12012ce3141
Octal172253321522202231661101
Binary1111010101010111101000110101010010010010110011101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AABD1; }

 p { color: rgb(122,171,209); }

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

<style>
 a { background-color: #7AABD1; }

 a { background-color: rgb(122,171,209); }

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

<style>
 span { border-color: #7AABD1; }

 span { border-color: rgb(122,171,209); }

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