#7DB1DA

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

Shades of Jordy Blue #7DB1DA

Tints of Jordy Blue #7DB1DA

Color information

#7DB1DA (or 0x7DB1DA) is unknown color: approx Jordy Blue. HEX triplet: 7D, B1 and DA. RGB value is (125,177,218). Sum of RGB (Red+Green+Blue) = 125+177+218=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DB1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB1DA is #824E25. Grayscale: #A5A5A5. Windows color (decimal): -8539686 or 14332285. OLE color: 14332285.

HSL color Cylindrical-coordinate representation of color #7DB1DA: hue angle of 206.45º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DB1DA is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125177218-
CMYK0.430.1900.15
HSL206.45º55.69%67.25%-
HSV(B)206.45º42.66%85.49%-
XYZ36.8340.8772.28-
YUV166.13157.2798.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.04%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=24.04%
G=34.04%
B=41.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251772180.430.1900.15206.4555.6967.25
Hex7DB1DA2B130Fce3843
Octal175261332532301731670103
Binary111110110110001110110101010111001101111110011101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,177,218); }

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

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

 a { background-color: rgb(125,177,218); }

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

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

 span { border-color: rgb(125,177,218); }

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