#78ABF7

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

Shades of Jordy Blue #78ABF7

Tints of Jordy Blue #78ABF7

Color information

#78ABF7 (or 0x78ABF7) is unknown color: approx Jordy Blue. HEX triplet: 78, AB and F7. RGB value is (120,171,247). Sum of RGB (Red+Green+Blue) = 120+171+247=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #78ABF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ABF7 is #875408. Grayscale: #A4A4A4. Windows color (decimal): -8868873 or 16231288. OLE color: 16231288.

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

Color convert

RGB120171247-
CMYK0.510.3100.03
HSL215.91º88.81%71.96%-
HSV(B)215.91º51.42%96.86%-
XYZ39.139.8393.62-
YUV164.42174.696.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.30%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 247 (96.88% from 255) = 45.91%
R=22.30%
G=31.78%
B=45.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1201712470.510.3100.03215.9188.8171.96
Hex78ABF7331F03d85948
Octal170253367633703330131110
Binary11110001010101111110111110011111110111101100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,171,247); }

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

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

 a { background-color: rgb(120,171,247); }

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

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

 span { border-color: rgb(120,171,247); }

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