#78A2D6

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

Shades of Jordy Blue #78A2D6

Tints of Jordy Blue #78A2D6

Color information

#78A2D6 (or 0x78A2D6) is unknown color: approx Jordy Blue. HEX triplet: 78, A2 and D6. RGB value is (120,162,214). Sum of RGB (Red+Green+Blue) = 120+162+214=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #78A2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A2D6 is #875D29. Grayscale: #9B9B9B. Windows color (decimal): -8871210 or 14066296. OLE color: 14066296.

HSL color Cylindrical-coordinate representation of color #78A2D6: hue angle of 213.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78A2D6 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB120162214-
CMYK0.440.2400.16
HSL213.19º53.41%65.49%-
HSV(B)213.19º43.93%83.92%-
XYZ32.834.6968.58-
YUV155.37161.09102.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.19%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 214 (83.98% from 255) = 43.15%
R=24.19%
G=32.66%
B=43.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1201622140.440.2400.16213.1953.4165.49
Hex78A2D62C18010d53541
Octal170242326543002032565101
Binary1111000101000101101011010110011000010000110101011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,162,214); }

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

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

 a { background-color: rgb(120,162,214); }

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

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

 span { border-color: rgb(120,162,214); }

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