#7DADE8

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

Shades of Jordy Blue #7DADE8

Tints of Jordy Blue #7DADE8

Color information

#7DADE8 (or 0x7DADE8) is unknown color: approx Jordy Blue. HEX triplet: 7D, AD and E8. RGB value is (125,173,232). Sum of RGB (Red+Green+Blue) = 125+173+232=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #7DADE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DADE8 is #825217. Grayscale: #A5A5A5. Windows color (decimal): -8540696 or 15248765. OLE color: 15248765.

HSL color Cylindrical-coordinate representation of color #7DADE8: hue angle of 213.08º degrees, saturation: 0.7, 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 #7DADE8 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB125173232-
CMYK0.460.2500.09
HSL213.08º69.93%70%-
HSV(B)213.08º46.12%90.98%-
XYZ37.9740.0782.08-
YUV165.37165.699.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.58%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 232 (91.02% from 255) = 43.77%
R=23.58%
G=32.64%
B=43.77%

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
Decimal1251732320.460.2500.09213.0869.9370
Hex7DADE82E1909d54646
Octal1752553505631011325106106
Binary1111101101011011110100010111011001010011101010110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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