#78A8D0

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

Shades of Jordy Blue #78A8D0

Tints of Jordy Blue #78A8D0

Color information

#78A8D0 (or 0x78A8D0) is unknown color: approx Jordy Blue. HEX triplet: 78, A8 and D0. RGB value is (120,168,208). Sum of RGB (Red+Green+Blue) = 120+168+208=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #78A8D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8D0 is #87572F. Grayscale: #9E9E9E. Windows color (decimal): -8869680 or 13674616. OLE color: 13674616.

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

Color convert

RGB120168208-
CMYK0.420.1900.18
HSL207.27º48.35%64.31%-
HSV(B)207.27º42.31%81.57%-
XYZ33.1336.5564.98-
YUV158.21156.1100.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.19%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 208 (81.64% from 255) = 41.94%
R=24.19%
G=33.87%
B=41.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201682080.420.1900.18207.2748.3564.31
Hex78A8D02A13012cf3040
Octal170250320522302231760100
Binary1111000101010001101000010101010011010010110011111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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