#7DABD6

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

Shades of Jordy Blue #7DABD6

Tints of Jordy Blue #7DABD6

Color information

#7DABD6 (or 0x7DABD6) is unknown color: approx Jordy Blue. HEX triplet: 7D, AB and D6. RGB value is (125,171,214). Sum of RGB (Red+Green+Blue) = 125+171+214=510 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.51% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #7DABD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABD6 is #825429. Grayscale: #A1A1A1. Windows color (decimal): -8541226 or 14068605. OLE color: 14068605.

HSL color Cylindrical-coordinate representation of color #7DABD6: hue angle of 208.99º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DABD6 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB125171214-
CMYK0.420.2000.16
HSL208.99º52.05%66.47%-
HSV(B)208.99º41.59%83.92%-
XYZ35.1638.3469.17-
YUV162.15157.26101.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.51%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 214 (83.98% from 255) = 41.96%
R=24.51%
G=33.53%
B=41.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1251712140.420.2000.16208.9952.0566.47
Hex7DABD62A14010d13442
Octal175253326522402032164102
Binary1111101101010111101011010101010100010000110100011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,171,214); }

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

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

 a { background-color: rgb(125,171,214); }

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

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

 span { border-color: rgb(125,171,214); }

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