#78ADF5

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

Shades of Jordy Blue #78ADF5

Tints of Jordy Blue #78ADF5

Color information

#78ADF5 (or 0x78ADF5) is unknown color: approx Jordy Blue. HEX triplet: 78, AD and F5. RGB value is (120,173,245). Sum of RGB (Red+Green+Blue) = 120+173+245=538 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.30% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #78ADF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ADF5 is #87520A. Grayscale: #A5A5A5. Windows color (decimal): -8868363 or 16100728. OLE color: 16100728.

HSL color Cylindrical-coordinate representation of color #78ADF5: hue angle of 214.56º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78ADF5 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120173245-
CMYK0.510.2900.04
HSL214.56º86.21%71.57%-
HSV(B)214.56º51.02%96.08%-
XYZ39.1740.4792.13-
YUV165.36172.9495.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.30%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 245 (96.09% from 255) = 45.54%
R=22.30%
G=32.16%
B=45.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1201732450.510.2900.04214.5686.2171.57
Hex78ADF5331D04d75648
Octal170255365633504327126110
Binary111100010101101111101011100111110101001101011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,173,245); }

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

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

 a { background-color: rgb(120,173,245); }

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

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

 span { border-color: rgb(120,173,245); }

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