#7DB3DC

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

Shades of Jordy Blue #7DB3DC

Tints of Jordy Blue #7DB3DC

Color information

#7DB3DC (or 0x7DB3DC) is unknown color: approx Jordy Blue. HEX triplet: 7D, B3 and DC. RGB value is (125,179,220). Sum of RGB (Red+Green+Blue) = 125+179+220=524 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.85% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DB3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB3DC is #824C23. Grayscale: #A7A7A7. Windows color (decimal): -8539172 or 14463869. OLE color: 14463869.

HSL color Cylindrical-coordinate representation of color #7DB3DC: hue angle of 205.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DB3DC is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125179220-
CMYK0.430.1900.14
HSL205.89º57.58%67.65%-
HSV(B)205.89º43.18%86.27%-
XYZ37.541.7773.8-
YUV167.53157.6197.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.85%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=23.85%
G=34.16%
B=41.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251792200.430.1900.14205.8957.5867.65
Hex7DB3DC2B130Ece3a44
Octal175263334532301631672104
Binary111110110110011110111001010111001101110110011101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,179,220); }

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

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

 a { background-color: rgb(125,179,220); }

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

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

 span { border-color: rgb(125,179,220); }

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