#7DAAD2

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

Shades of Jordy Blue #7DAAD2

Tints of Jordy Blue #7DAAD2

Color information

#7DAAD2 (or 0x7DAAD2) is unknown color: approx Jordy Blue. HEX triplet: 7D, AA and D2. RGB value is (125,170,210). Sum of RGB (Red+Green+Blue) = 125+170+210=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 210 - color contains mainly: blue. Hex color #7DAAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAAD2 is #82552D. Grayscale: #A0A0A0. Windows color (decimal): -8541486 or 13806205. OLE color: 13806205.

HSL color Cylindrical-coordinate representation of color #7DAAD2: hue angle of 208.24º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DAAD2 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB125170210-
CMYK0.400.1900.18
HSL208.24º48.57%65.69%-
HSV(B)208.24º40.48%82.35%-
XYZ34.4737.7666.45-
YUV161.1155.59102.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 210 (82.42% from 255) = 41.58%
R=24.75%
G=33.66%
B=41.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251702100.400.1900.18208.2448.5765.69
Hex7DAAD22813012d03142
Octal175252322502302232061102
Binary1111101101010101101001010100010011010010110100001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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