#78A9F8

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

Shades of Jordy Blue #78A9F8

Tints of Jordy Blue #78A9F8

Color information

#78A9F8 (or 0x78A9F8) is unknown color: approx Jordy Blue. HEX triplet: 78, A9 and F8. RGB value is (120,169,248). Sum of RGB (Red+Green+Blue) = 120+169+248=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #78A9F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A9F8 is #875607. Grayscale: #A2A2A2. Windows color (decimal): -8869384 or 16296312. OLE color: 16296312.

HSL color Cylindrical-coordinate representation of color #78A9F8: hue angle of 217.03º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78A9F8 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB120169248-
CMYK0.520.3200.03
HSL217.03º90.14%72.16%-
HSV(B)217.03º51.61%97.25%-
XYZ38.8839.1594.31-
YUV163.35175.7797.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.35%
GREEN value IS 169 (66.41% from 255) = 31.47%
BLUE value IS 248 (97.27% from 255) = 46.18%
R=22.35%
G=31.47%
B=46.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1201692480.520.3200.03217.0390.1472.16
Hex78A9F8342003d95a48
Octal170251370644003331132110
Binary111100010101001111110001101001000000111101100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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