#78A6D0

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

Shades of Jordy Blue #78A6D0

Tints of Jordy Blue #78A6D0

Color information

#78A6D0 (or 0x78A6D0) is unknown color: approx Jordy Blue. HEX triplet: 78, A6 and D0. RGB value is (120,166,208). Sum of RGB (Red+Green+Blue) = 120+166+208=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #78A6D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6D0 is #87592F. Grayscale: #9C9C9C. Windows color (decimal): -8870192 or 13674104. OLE color: 13674104.

HSL color Cylindrical-coordinate representation of color #78A6D0: hue angle of 208.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78A6D0 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120166208-
CMYK0.420.2000.18
HSL208.64º48.35%64.31%-
HSV(B)208.64º42.31%81.57%-
XYZ32.7735.8264.86-
YUV157.03156.76101.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.29%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=24.29%
G=33.60%
B=42.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201662080.420.2000.18208.6448.3564.31
Hex78A6D02A14012d13040
Octal170246320522402232160100
Binary1111000101001101101000010101010100010010110100011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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