#78b5ec

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

Shades of Jordy Blue #78B5EC

Tints of Jordy Blue #78B5EC

Color information

#78B5EC (or 0x78B5EC) is unknown color: approx Jordy Blue. HEX triplet: 78, B5 and EC. RGB value is (120,181,236). Sum of RGB (Red+Green+Blue) = 120+181+236=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #78B5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B5EC is #874A13. Grayscale: #A8A8A8. Windows color (decimal): -8866324 or 15512952. OLE color: 15512952.

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

Color convert

RGB120181236-
CMYK0.490.2300.07
HSL208.45º75.32%69.8%-
HSV(B)208.45º49.15%92.55%-
XYZ39.4143.185.6-
YUV169.03165.7993.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.35%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 236 (92.58% from 255) = 43.95%
R=22.35%
G=33.71%
B=43.95%

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
Decimal1201812360.490.2300.07208.4575.3269.8
Hex78B5EC311707d04b46
Octal170265354612707320113106
Binary111100010110101111011001100011011101111101000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78b5ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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