#7AACDB

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

Shades of Jordy Blue #7AACDB

Tints of Jordy Blue #7AACDB

Color information

#7AACDB (or 0x7AACDB) is unknown color: approx Jordy Blue. HEX triplet: 7A, AC and DB. RGB value is (122,172,219). Sum of RGB (Red+Green+Blue) = 122+172+219=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACDB is #855324. Grayscale: #A2A2A2. Windows color (decimal): -8737573 or 14396538. OLE color: 14396538.

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

Color convert

RGB122172219-
CMYK0.440.2100.14
HSL209.07º57.4%66.86%-
HSV(B)209.07º44.29%85.88%-
XYZ35.5638.7672.62-
YUV162.41159.9499.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.78%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 219 (85.94% from 255) = 42.69%
R=23.78%
G=33.53%
B=42.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221722190.440.2100.14209.0757.466.86
Hex7AACDB2C150Ed13943
Octal172254333542501632171103
Binary111101010101100110110111011001010101110110100011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,172,219); }

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

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

 a { background-color: rgb(122,172,219); }

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

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

 span { border-color: rgb(122,172,219); }

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