#7aafe3

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

Shades of Jordy Blue #7AAFE3

Tints of Jordy Blue #7AAFE3

Color information

#7AAFE3 (or 0x7AAFE3) is unknown color: approx Jordy Blue. HEX triplet: 7A, AF and E3. RGB value is (122,175,227). Sum of RGB (Red+Green+Blue) = 122+175+227=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 227 - color contains mainly: blue. Hex color #7AAFE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAFE3 is #85501C. Grayscale: #A4A4A4. Windows color (decimal): -8736797 or 14921594. OLE color: 14921594.

HSL color Cylindrical-coordinate representation of color #7AAFE3: hue angle of 209.71º degrees, saturation: 0.65, 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 #7AAFE3 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB122175227-
CMYK0.460.2300.11
HSL209.71º65.22%68.43%-
HSV(B)209.71º46.26%89.02%-
XYZ37.2240.3478.5-
YUV165.08162.9497.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.28%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 227 (89.06% from 255) = 43.32%
R=23.28%
G=33.40%
B=43.32%

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
Decimal1221752270.460.2300.11209.7165.2268.43
Hex7AAFE32E170Bd24144
Octal1722573435627013322101104
Binary1111010101011111110001110111010111010111101001010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aafe3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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