#78B8EB

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

Shades of Jordy Blue #78B8EB

Tints of Jordy Blue #78B8EB

Color information

#78B8EB (or 0x78B8EB) is unknown color: approx Jordy Blue. HEX triplet: 78, B8 and EB. RGB value is (120,184,235). Sum of RGB (Red+Green+Blue) = 120+184+235=539 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.26% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #78B8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B8EB is #874714. Grayscale: #AAAAAA. Windows color (decimal): -8865557 or 15448184. OLE color: 15448184.

HSL color Cylindrical-coordinate representation of color #78B8EB: hue angle of 206.61º 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 #78B8EB is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB120184235-
CMYK0.490.2200.08
HSL206.61º74.19%69.61%-
HSV(B)206.61º48.94%92.16%-
XYZ39.8844.2785.04-
YUV170.68164.391.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.26%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=22.26%
G=34.14%
B=43.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1201842350.490.2200.08206.6174.1969.61
Hex78B8EB311608cf4a46
Octal1702703536126010317112106
Binary1111000101110001110101111000110110010001100111110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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