#78A6DF

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

Shades of Jordy Blue #78A6DF

Tints of Jordy Blue #78A6DF

Color information

#78A6DF (or 0x78A6DF) is unknown color: approx Jordy Blue. HEX triplet: 78, A6 and DF. RGB value is (120,166,223). Sum of RGB (Red+Green+Blue) = 120+166+223=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #78A6DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6DF is #875920. Grayscale: #9E9E9E. Windows color (decimal): -8870177 or 14657144. OLE color: 14657144.

HSL color Cylindrical-coordinate representation of color #78A6DF: hue angle of 213.2º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78A6DF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120166223-
CMYK0.460.2600.13
HSL213.2º61.68%67.25%-
HSV(B)213.2º46.19%87.45%-
XYZ34.736.5975.05-
YUV158.74164.26100.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.58%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 223 (87.5% from 255) = 43.81%
R=23.58%
G=32.61%
B=43.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201662230.460.2600.13213.261.6867.25
Hex78A6DF2E1A0Dd53e43
Octal170246337563201532576103
Binary111100010100110110111111011101101001101110101011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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