#78A6DA

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

Shades of Jordy Blue #78A6DA

Tints of Jordy Blue #78A6DA

Color information

#78A6DA (or 0x78A6DA) is unknown color: approx Jordy Blue. HEX triplet: 78, A6 and DA. RGB value is (120,166,218). Sum of RGB (Red+Green+Blue) = 120+166+218=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #78A6DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6DA is #875925. Grayscale: #9D9D9D. Windows color (decimal): -8870182 or 14329464. OLE color: 14329464.

HSL color Cylindrical-coordinate representation of color #78A6DA: hue angle of 211.84º degrees, saturation: 0.57, 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 #78A6DA is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120166218-
CMYK0.450.2400.15
HSL211.84º56.98%66.27%-
HSV(B)211.84º44.95%85.49%-
XYZ34.0436.3371.55-
YUV158.17161.76100.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.81%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=23.81%
G=32.94%
B=43.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201662180.450.2400.15211.8456.9866.27
Hex78A6DA2D180Fd43942
Octal170246332553001732471102
Binary111100010100110110110101011011100001111110101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,166,218); }

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

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

 a { background-color: rgb(120,166,218); }

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

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

 span { border-color: rgb(120,166,218); }

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