#78AAE2

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

Shades of Jordy Blue #78AAE2

Tints of Jordy Blue #78AAE2

Color information

#78AAE2 (or 0x78AAE2) is unknown color: approx Jordy Blue. HEX triplet: 78, AA and E2. RGB value is (120,170,226). Sum of RGB (Red+Green+Blue) = 120+170+226=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 226 - color contains mainly: blue. Hex color #78AAE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AAE2 is #87551D. Grayscale: #A1A1A1. Windows color (decimal): -8869150 or 14854776. OLE color: 14854776.

HSL color Cylindrical-coordinate representation of color #78AAE2: hue angle of 211.7º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78AAE2 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB120170226-
CMYK0.470.2500.11
HSL211.7º64.63%67.84%-
HSV(B)211.7º46.9%88.63%-
XYZ35.8538.2377.44-
YUV161.43164.4498.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.26%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 226 (88.67% from 255) = 43.80%
R=23.26%
G=32.95%
B=43.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1201702260.470.2500.11211.764.6367.84
Hex78AAE22F190Bd44144
Octal1702523425731013324101104
Binary1111000101010101110001010111111001010111101010010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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