#78ADF9

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

Shades of Jordy Blue #78ADF9

Tints of Jordy Blue #78ADF9

Color information

#78ADF9 (or 0x78ADF9) is unknown color: approx Jordy Blue. HEX triplet: 78, AD and F9. RGB value is (120,173,249). Sum of RGB (Red+Green+Blue) = 120+173+249=542 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.14% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #78ADF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ADF9 is #875206. Grayscale: #A5A5A5. Windows color (decimal): -8868359 or 16362872. OLE color: 16362872.

HSL color Cylindrical-coordinate representation of color #78ADF9: hue angle of 215.35º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78ADF9 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120173249-
CMYK0.520.3100.02
HSL215.35º91.49%72.35%-
HSV(B)215.35º51.81%97.65%-
XYZ39.7940.7295.39-
YUV165.82174.9495.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.14%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 249 (97.66% from 255) = 45.94%
R=22.14%
G=31.92%
B=45.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201732490.520.3100.02215.3591.4972.35
Hex78ADF9341F02d75b48
Octal170255371643702327133110
Binary11110001010110111111001110100111110101101011110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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