#7DB1EC

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

Shades of Jordy Blue #7DB1EC

Tints of Jordy Blue #7DB1EC

Color information

#7DB1EC (or 0x7DB1EC) is unknown color: approx Jordy Blue. HEX triplet: 7D, B1 and EC. RGB value is (125,177,236). Sum of RGB (Red+Green+Blue) = 125+177+236=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DB1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB1EC is #824E13. Grayscale: #A7A7A7. Windows color (decimal): -8539668 or 15511933. OLE color: 15511933.

HSL color Cylindrical-coordinate representation of color #7DB1EC: hue angle of 211.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DB1EC is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125177236-
CMYK0.470.2500.07
HSL211.89º74.5%70.78%-
HSV(B)211.89º47.03%92.55%-
XYZ39.3241.8685.36-
YUV168.18166.2797.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.23%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=23.23%
G=32.90%
B=43.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251772360.470.2500.07211.8974.570.78
Hex7DB1EC2F1907d44a47
Octal175261354573107324112107
Binary111110110110001111011001011111100101111101010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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