#7DAEEB

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

Shades of Jordy Blue #7DAEEB

Tints of Jordy Blue #7DAEEB

Color information

#7DAEEB (or 0x7DAEEB) is unknown color: approx Jordy Blue. HEX triplet: 7D, AE and EB. RGB value is (125,174,235). Sum of RGB (Red+Green+Blue) = 125+174+235=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAEEB is #825114. Grayscale: #A6A6A6. Windows color (decimal): -8540437 or 15445629. OLE color: 15445629.

HSL color Cylindrical-coordinate representation of color #7DAEEB: hue angle of 213.27º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DAEEB is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125174235-
CMYK0.470.2600.08
HSL213.27º73.33%70.59%-
HSV(B)213.27º46.81%92.16%-
XYZ38.5940.6384.41-
YUV166.3166.7798.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.41%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=23.41%
G=32.58%
B=44.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251742350.470.2600.08213.2773.3370.59
Hex7DAEEB2F1A08d54947
Octal1752563535732010325111107
Binary1111101101011101110101110111111010010001101010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,174,235); }

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

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

 a { background-color: rgb(125,174,235); }

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

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

 span { border-color: rgb(125,174,235); }

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