#78A2EB

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

Shades of Jordy Blue #78A2EB

Tints of Jordy Blue #78A2EB

Color information

#78A2EB (or 0x78A2EB) is unknown color: approx Jordy Blue. HEX triplet: 78, A2 and EB. RGB value is (120,162,235). Sum of RGB (Red+Green+Blue) = 120+162+235=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #78A2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A2EB is #875D14. Grayscale: #9D9D9D. Windows color (decimal): -8871189 or 15442552. OLE color: 15442552.

HSL color Cylindrical-coordinate representation of color #78A2EB: hue angle of 218.09º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78A2EB is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB120162235-
CMYK0.490.3100.08
HSL218.09º74.19%69.61%-
HSV(B)218.09º48.94%92.16%-
XYZ35.6635.8383.63-
YUV157.76171.59101.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.21%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=23.21%
G=31.33%
B=45.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1201622350.490.3100.08218.0974.1969.61
Hex78A2EB311F08da4a46
Octal1702423536137010332112106
Binary1111000101000101110101111000111111010001101101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,162,235); }

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

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

 a { background-color: rgb(120,162,235); }

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

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

 span { border-color: rgb(120,162,235); }

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