#7AADEE

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

Shades of Jordy Blue #7AADEE

Tints of Jordy Blue #7AADEE

Color information

#7AADEE (or 0x7AADEE) is unknown color: approx Jordy Blue. HEX triplet: 7A, AD and EE. RGB value is (122,173,238). Sum of RGB (Red+Green+Blue) = 122+173+238=533 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.89% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #7AADEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AADEE is #855211. Grayscale: #A4A4A4. Windows color (decimal): -8737298 or 15641978. OLE color: 15641978.

HSL color Cylindrical-coordinate representation of color #7AADEE: hue angle of 213.62º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AADEE is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122173238-
CMYK0.490.2700.07
HSL213.62º77.33%70.59%-
HSV(B)213.62º48.74%93.33%-
XYZ38.440.286.62-
YUV165.16169.197.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.89%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=22.89%
G=32.46%
B=44.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221732380.490.2700.07213.6277.3370.59
Hex7AADEE311B07d64d47
Octal172255356613307326115107
Binary111101010101101111011101100011101101111101011010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,173,238); }

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

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

 a { background-color: rgb(122,173,238); }

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

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

 span { border-color: rgb(122,173,238); }

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