#78A5EA

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

Shades of Jordy Blue #78A5EA

Tints of Jordy Blue #78A5EA

Color information

#78A5EA (or 0x78A5EA) is unknown color: approx Jordy Blue. HEX triplet: 78, A5 and EA. RGB value is (120,165,234). Sum of RGB (Red+Green+Blue) = 120+165+234=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #78A5EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A5EA is #875A15. Grayscale: #9F9F9F. Windows color (decimal): -8870422 or 15377784. OLE color: 15377784.

HSL color Cylindrical-coordinate representation of color #78A5EA: hue angle of 216.32º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78A5EA is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB120165234-
CMYK0.490.2900.08
HSL216.32º73.08%69.41%-
HSV(B)216.32º48.72%91.76%-
XYZ36.0536.8483.05-
YUV159.41170.0999.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.12%
GREEN value IS 165 (64.84% from 255) = 31.79%
BLUE value IS 234 (91.80% from 255) = 45.09%
R=23.12%
G=31.79%
B=45.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1201652340.490.2900.08216.3273.0869.41
Hex78A5EA311D08d84945
Octal1702453526135010330111105
Binary1111000101001011110101011000111101010001101100010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,165,234); }

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

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

 a { background-color: rgb(120,165,234); }

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

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

 span { border-color: rgb(120,165,234); }

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