#7DADE7

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

Shades of Jordy Blue #7DADE7

Tints of Jordy Blue #7DADE7

Color information

#7DADE7 (or 0x7DADE7) is unknown color: approx Jordy Blue. HEX triplet: 7D, AD and E7. RGB value is (125,173,231). Sum of RGB (Red+Green+Blue) = 125+173+231=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #7DADE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DADE7 is #825218. Grayscale: #A4A4A4. Windows color (decimal): -8540697 or 15183229. OLE color: 15183229.

HSL color Cylindrical-coordinate representation of color #7DADE7: hue angle of 212.83º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DADE7 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB125173231-
CMYK0.460.2500.09
HSL212.83º68.83%69.8%-
HSV(B)212.83º45.89%90.59%-
XYZ37.8240.0281.33-
YUV165.26165.199.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.63%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 231 (90.62% from 255) = 43.67%
R=23.63%
G=32.70%
B=43.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1251732310.460.2500.09212.8368.8369.8
Hex7DADE72E1909d54546
Octal1752553475631011325105106
Binary1111101101011011110011110111011001010011101010110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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