#78A9EE

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

Shades of Jordy Blue #78A9EE

Tints of Jordy Blue #78A9EE

Color information

#78A9EE (or 0x78A9EE) is unknown color: approx Jordy Blue. HEX triplet: 78, A9 and EE. RGB value is (120,169,238). Sum of RGB (Red+Green+Blue) = 120+169+238=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #78A9EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A9EE is #875611. Grayscale: #A1A1A1. Windows color (decimal): -8869394 or 15640952. OLE color: 15640952.

HSL color Cylindrical-coordinate representation of color #78A9EE: hue angle of 215.08º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78A9EE is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120169238-
CMYK0.500.2900.07
HSL215.08º77.63%70.2%-
HSV(B)215.08º49.58%93.33%-
XYZ37.3738.5486.36-
YUV162.21170.7797.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.77%
GREEN value IS 169 (66.41% from 255) = 32.07%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=22.77%
G=32.07%
B=45.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1201692380.500.2900.07215.0877.6370.2
Hex78A9EE321D07d74e46
Octal170251356623507327116106
Binary111100010101001111011101100101110101111101011110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,169,238); }

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

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

 a { background-color: rgb(120,169,238); }

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

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

 span { border-color: rgb(120,169,238); }

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