#78B6EC

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

Shades of Jordy Blue #78B6EC

Tints of Jordy Blue #78B6EC

Color information

#78B6EC (or 0x78B6EC) is unknown color: approx Jordy Blue. HEX triplet: 78, B6 and EC. RGB value is (120,182,236). Sum of RGB (Red+Green+Blue) = 120+182+236=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #78B6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B6EC is #874913. Grayscale: #A9A9A9. Windows color (decimal): -8866068 or 15513208. OLE color: 15513208.

HSL color Cylindrical-coordinate representation of color #78B6EC: hue angle of 207.93º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78B6EC is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120182236-
CMYK0.490.2300.07
HSL207.93º75.32%69.8%-
HSV(B)207.93º49.15%92.55%-
XYZ39.6143.5185.67-
YUV169.62165.4692.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.30%
GREEN value IS 182 (71.48% from 255) = 33.83%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=22.30%
G=33.83%
B=43.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1201822360.490.2300.07207.9375.3269.8
Hex78B6EC311707d04b46
Octal170266354612707320113106
Binary111100010110110111011001100011011101111101000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,182,236); }

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

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

 a { background-color: rgb(120,182,236); }

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

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

 span { border-color: rgb(120,182,236); }

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