#7DADD6

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

Shades of Jordy Blue #7DADD6

Tints of Jordy Blue #7DADD6

Color information

#7DADD6 (or 0x7DADD6) is unknown color: approx Jordy Blue. HEX triplet: 7D, AD and D6. RGB value is (125,173,214). Sum of RGB (Red+Green+Blue) = 125+173+214=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #7DADD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADD6 is #825229. Grayscale: #A3A3A3. Windows color (decimal): -8540714 or 14069117. OLE color: 14069117.

HSL color Cylindrical-coordinate representation of color #7DADD6: hue angle of 207.64º 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 #7DADD6 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB125173214-
CMYK0.420.1900.16
HSL207.64º52.05%66.47%-
HSV(B)207.64º41.59%83.92%-
XYZ35.5439.169.29-
YUV163.32156.6100.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.41%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 214 (83.98% from 255) = 41.80%
R=24.41%
G=33.79%
B=41.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1251732140.420.1900.16207.6452.0566.47
Hex7DADD62A13010d03442
Octal175255326522302032064102
Binary1111101101011011101011010101010011010000110100001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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