#78ACF8

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

Shades of Jordy Blue #78ACF8

Tints of Jordy Blue #78ACF8

Color information

#78ACF8 (or 0x78ACF8) is unknown color: approx Jordy Blue. HEX triplet: 78, AC and F8. RGB value is (120,172,248). Sum of RGB (Red+Green+Blue) = 120+172+248=540 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.22% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #78ACF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ACF8 is #875307. Grayscale: #A4A4A4. Windows color (decimal): -8868616 or 16297080. OLE color: 16297080.

HSL color Cylindrical-coordinate representation of color #78ACF8: hue angle of 215.62º 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 #78ACF8 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB120172248-
CMYK0.520.3100.03
HSL215.62º90.14%72.16%-
HSV(B)215.62º51.61%97.25%-
XYZ39.4440.2894.5-
YUV165.12174.7795.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.22%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 248 (97.27% from 255) = 45.93%
R=22.22%
G=31.85%
B=45.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1201722480.520.3100.03215.6290.1472.16
Hex78ACF8341F03d85a48
Octal170254370643703330132110
Binary11110001010110011111000110100111110111101100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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