#7DAAFF

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

Shades of Jordy Blue #7DAAFF

Tints of Jordy Blue #7DAAFF

Color information

#7DAAFF (or 0x7DAAFF) is unknown color: approx Jordy Blue. HEX triplet: 7D, AA and FF. RGB value is (125,170,255). Sum of RGB (Red+Green+Blue) = 125+170+255=550 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.73% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAAFF is #825500. Grayscale: #A5A5A5. Windows color (decimal): -8541441 or 16755325. OLE color: 16755325.

HSL color Cylindrical-coordinate representation of color #7DAAFF: hue angle of 219.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DAAFF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB125170255-
CMYK0.510.3300
HSL219.23º100%74.51%-
HSV(B)219.23º50.98%100%-
XYZ40.8840.33100.24-
YUV166.24178.0998.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.73%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 255 (100% from 255) = 46.36%
R=22.73%
G=30.91%
B=46.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251702550.510.3300219.2310074.51
Hex7DAAFF332100db644b
Octal175252377634100333144113
Binary11111011010101011111111110011100001001101101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,255); }

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

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

 a { background-color: rgb(125,170,255); }

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

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

 span { border-color: rgb(125,170,255); }

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