#78A8FB

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

Shades of Jordy Blue #78A8FB

Tints of Jordy Blue #78A8FB

Color information

#78A8FB (or 0x78A8FB) is unknown color: approx Jordy Blue. HEX triplet: 78, A8 and FB. RGB value is (120,168,251). Sum of RGB (Red+Green+Blue) = 120+168+251=539 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.26% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #78A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A8FB is #875704. Grayscale: #A2A2A2. Windows color (decimal): -8869637 or 16492664. OLE color: 16492664.

HSL color Cylindrical-coordinate representation of color #78A8FB: hue angle of 218.02º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78A8FB is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120168251-
CMYK0.520.3300.02
HSL218.02º94.24%72.75%-
HSV(B)218.02º52.19%98.43%-
XYZ39.1638.9696.72-
YUV163.11177.697.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.26%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 251 (98.44% from 255) = 46.57%
R=22.26%
G=31.17%
B=46.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201682510.520.3300.02218.0294.2472.75
Hex78A8FB342102da5e49
Octal170250373644102332136111
Binary111100010101000111110111101001000010101101101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,168,251); }

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

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

 a { background-color: rgb(120,168,251); }

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

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

 span { border-color: rgb(120,168,251); }

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