#7AB2DC

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

Shades of Jordy Blue #7AB2DC

Tints of Jordy Blue #7AB2DC

Color information

#7AB2DC (or 0x7AB2DC) is unknown color: approx Jordy Blue. HEX triplet: 7A, B2 and DC. RGB value is (122,178,220). Sum of RGB (Red+Green+Blue) = 122+178+220=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AB2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB2DC is #854D23. Grayscale: #A5A5A5. Windows color (decimal): -8736036 or 14463610. OLE color: 14463610.

HSL color Cylindrical-coordinate representation of color #7AB2DC: hue angle of 205.71º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AB2DC is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB122178220-
CMYK0.450.1900.14
HSL205.71º58.33%67.06%-
HSV(B)205.71º44.55%86.27%-
XYZ36.8641.1573.71-
YUV166.04158.4596.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.46%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=23.46%
G=34.23%
B=42.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221782200.450.1900.14205.7158.3367.06
Hex7AB2DC2D130Ece3a43
Octal172262334552301631672103
Binary111101010110010110111001011011001101110110011101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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