#78B2EF

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

Shades of Jordy Blue #78B2EF

Tints of Jordy Blue #78B2EF

Color information

#78B2EF (or 0x78B2EF) is unknown color: approx Jordy Blue. HEX triplet: 78, B2 and EF. RGB value is (120,178,239). Sum of RGB (Red+Green+Blue) = 120+178+239=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #78B2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78B2EF is #874D10. Grayscale: #A7A7A7. Windows color (decimal): -8867089 or 15708792. OLE color: 15708792.

HSL color Cylindrical-coordinate representation of color #78B2EF: hue angle of 210.76º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78B2EF is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB120178239-
CMYK0.500.2600.06
HSL210.76º78.81%70.39%-
HSV(B)210.76º49.79%93.73%-
XYZ39.2542.0787.71-
YUV167.61168.2894.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.35%
GREEN value IS 178 (69.92% from 255) = 33.15%
BLUE value IS 239 (93.75% from 255) = 44.51%
R=22.35%
G=33.15%
B=44.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1201782390.500.2600.06210.7678.8170.39
Hex78B2EF321A06d34f46
Octal170262357623206323117106
Binary111100010110010111011111100101101001101101001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,178,239); }

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

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

 a { background-color: rgb(120,178,239); }

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

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

 span { border-color: rgb(120,178,239); }

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