#7AAFE2

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

Shades of Jordy Blue #7AAFE2

Tints of Jordy Blue #7AAFE2

Color information

#7AAFE2 (or 0x7AAFE2) is unknown color: approx Jordy Blue. HEX triplet: 7A, AF and E2. RGB value is (122,175,226). Sum of RGB (Red+Green+Blue) = 122+175+226=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 226 - color contains mainly: blue. Hex color #7AAFE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAFE2 is #85501D. Grayscale: #A4A4A4. Windows color (decimal): -8736798 or 14856058. OLE color: 14856058.

HSL color Cylindrical-coordinate representation of color #7AAFE2: hue angle of 209.42º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AAFE2 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB122175226-
CMYK0.460.2300.11
HSL209.42º64.2%68.24%-
HSV(B)209.42º46.02%88.63%-
XYZ37.0840.2977.77-
YUV164.97162.4497.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.33%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 226 (88.67% from 255) = 43.21%
R=23.33%
G=33.46%
B=43.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1221752260.460.2300.11209.4264.268.24
Hex7AAFE22E170Bd14044
Octal1722573425627013321100104
Binary1111010101011111110001010111010111010111101000110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,226); }

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

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

 a { background-color: rgb(122,175,226); }

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

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

 span { border-color: rgb(122,175,226); }

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