#78ADD8

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

Shades of Jordy Blue #78ADD8

Tints of Jordy Blue #78ADD8

Color information

#78ADD8 (or 0x78ADD8) is unknown color: approx Jordy Blue. HEX triplet: 78, AD and D8. RGB value is (120,173,216). Sum of RGB (Red+Green+Blue) = 120+173+216=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #78ADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADD8 is #875227. Grayscale: #A1A1A1. Windows color (decimal): -8868392 or 14200184. OLE color: 14200184.

HSL color Cylindrical-coordinate representation of color #78ADD8: hue angle of 206.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78ADD8 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120173216-
CMYK0.440.2000.15
HSL206.88º55.17%65.88%-
HSV(B)206.88º44.44%84.71%-
XYZ35.0838.8470.61-
YUV162.05158.4498-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.58%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 216 (84.77% from 255) = 42.44%
R=23.58%
G=33.99%
B=42.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201732160.440.2000.15206.8855.1765.88
Hex78ADD82C140Fcf3742
Octal170255330542401731767102
Binary111100010101101110110001011001010001111110011111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,173,216); }

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

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

 a { background-color: rgb(120,173,216); }

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

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

 span { border-color: rgb(120,173,216); }

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