#78AAD9

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

Shades of Jordy Blue #78AAD9

Tints of Jordy Blue #78AAD9

Color information

#78AAD9 (or 0x78AAD9) is unknown color: approx Jordy Blue. HEX triplet: 78, AA and D9. RGB value is (120,170,217). Sum of RGB (Red+Green+Blue) = 120+170+217=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #78AAD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AAD9 is #875526. Grayscale: #A0A0A0. Windows color (decimal): -8869159 or 14264952. OLE color: 14264952.

HSL color Cylindrical-coordinate representation of color #78AAD9: hue angle of 209.07º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78AAD9 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120170217-
CMYK0.450.2200.15
HSL209.07º56.07%66.08%-
HSV(B)209.07º44.7%85.1%-
XYZ34.6437.7571.11-
YUV160.41159.9499.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.67%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 217 (85.16% from 255) = 42.80%
R=23.67%
G=33.53%
B=42.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201702170.450.2200.15209.0756.0766.08
Hex78AAD92D160Fd13842
Octal170252331552601732170102
Binary111100010101010110110011011011011001111110100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AAD9; }

 p { color: rgb(120,170,217); }

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

<style>
 a { background-color: #78AAD9; }

 a { background-color: rgb(120,170,217); }

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

<style>
 span { border-color: #78AAD9; }

 span { border-color: rgb(120,170,217); }

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