#7dabe1

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

Shades of Jordy Blue #7DABE1

Tints of Jordy Blue #7DABE1

Color information

#7DABE1 (or 0x7DABE1) is unknown color: approx Jordy Blue. HEX triplet: 7D, AB and E1. RGB value is (125,171,225). Sum of RGB (Red+Green+Blue) = 125+171+225=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #7DABE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABE1 is #82541E. Grayscale: #A3A3A3. Windows color (decimal): -8541215 or 14789501. OLE color: 14789501.

HSL color Cylindrical-coordinate representation of color #7DABE1: hue angle of 212.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DABE1 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB125171225-
CMYK0.440.2400.12
HSL212.4º62.5%68.63%-
HSV(B)212.4º44.44%88.24%-
XYZ36.6138.9276.82-
YUV163.4162.76100.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.99%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=23.99%
G=32.82%
B=43.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1251712250.440.2400.12212.462.568.63
Hex7DABE12C180Cd43e45
Octal175253341543001432476105
Binary111110110101011111000011011001100001100110101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7dabe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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