#78AAF8

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

Shades of Jordy Blue #78AAF8

Tints of Jordy Blue #78AAF8

Color information

#78AAF8 (or 0x78AAF8) is unknown color: approx Jordy Blue. HEX triplet: 78, AA and F8. RGB value is (120,170,248). Sum of RGB (Red+Green+Blue) = 120+170+248=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #78AAF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AAF8 is #875507. Grayscale: #A3A3A3. Windows color (decimal): -8869128 or 16296568. OLE color: 16296568.

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

Color convert

RGB120170248-
CMYK0.520.3100.03
HSL216.56º90.14%72.16%-
HSV(B)216.56º51.61%97.25%-
XYZ39.0639.5294.38-
YUV163.94175.4496.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.30%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 248 (97.27% from 255) = 46.10%
R=22.30%
G=31.60%
B=46.10%

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
Decimal1201702480.520.3100.03216.5690.1472.16
Hex78AAF8341F03d95a48
Octal170252370643703331132110
Binary11110001010101011111000110100111110111101100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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