#7DADEB

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

Shades of Jordy Blue #7DADEB

Tints of Jordy Blue #7DADEB

Color information

#7DADEB (or 0x7DADEB) is unknown color: approx Jordy Blue. HEX triplet: 7D, AD and EB. RGB value is (125,173,235). Sum of RGB (Red+Green+Blue) = 125+173+235=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DADEB is #825214. Grayscale: #A5A5A5. Windows color (decimal): -8540693 or 15445373. OLE color: 15445373.

HSL color Cylindrical-coordinate representation of color #7DADEB: hue angle of 213.82º 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 #7DADEB is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125173235-
CMYK0.470.2600.08
HSL213.82º73.33%70.59%-
HSV(B)213.82º46.81%92.16%-
XYZ38.440.2584.34-
YUV165.72167.198.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.45%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=23.45%
G=32.46%
B=44.09%

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
Decimal1251732350.470.2600.08213.8273.3370.59
Hex7DADEB2F1A08d64947
Octal1752553535732010326111107
Binary1111101101011011110101110111111010010001101011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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