#78AADE

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

Shades of Jordy Blue #78AADE

Tints of Jordy Blue #78AADE

Color information

#78AADE (or 0x78AADE) is unknown color: approx Jordy Blue. HEX triplet: 78, AA and DE. RGB value is (120,170,222). Sum of RGB (Red+Green+Blue) = 120+170+222=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #78AADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AADE is #875521. Grayscale: #A0A0A0. Windows color (decimal): -8869154 or 14592632. OLE color: 14592632.

HSL color Cylindrical-coordinate representation of color #78AADE: hue angle of 210.59º degrees, saturation: 0.61, 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 #78AADE is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120170222-
CMYK0.460.2300.13
HSL210.59º60.71%67.06%-
HSV(B)210.59º45.95%87.06%-
XYZ35.3138.0274.58-
YUV160.98162.4498.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.44%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=23.44%
G=33.20%
B=43.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201702220.460.2300.13210.5960.7167.06
Hex78AADE2E170Dd33d43
Octal170252336562701532375103
Binary111100010101010110111101011101011101101110100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,170,222); }

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

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

 a { background-color: rgb(120,170,222); }

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

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

 span { border-color: rgb(120,170,222); }

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