#7DADDD

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

Shades of Jordy Blue #7DADDD

Tints of Jordy Blue #7DADDD

Color information

#7DADDD (or 0x7DADDD) is unknown color: approx Jordy Blue. HEX triplet: 7D, AD and DD. RGB value is (125,173,221). Sum of RGB (Red+Green+Blue) = 125+173+221=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADDD is #825222. Grayscale: #A3A3A3. Windows color (decimal): -8540707 or 14527869. OLE color: 14527869.

HSL color Cylindrical-coordinate representation of color #7DADDD: hue angle of 210º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DADDD is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125173221-
CMYK0.430.2200.13
HSL210º58.54%67.84%-
HSV(B)210º43.44%86.67%-
XYZ36.4539.4774.1-
YUV164.12160.1100.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.08%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=24.08%
G=33.33%
B=42.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251732210.430.2200.1321058.5467.84
Hex7DADDD2B160Dd23b44
Octal175255335532601532273104
Binary111110110101101110111011010111011001101110100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,173,221); }

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

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

 a { background-color: rgb(125,173,221); }

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

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

 span { border-color: rgb(125,173,221); }

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