#78ABD6

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

Shades of Jordy Blue #78ABD6

Tints of Jordy Blue #78ABD6

Color information

#78ABD6 (or 0x78ABD6) is unknown color: approx Jordy Blue. HEX triplet: 78, AB and D6. RGB value is (120,171,214). Sum of RGB (Red+Green+Blue) = 120+171+214=505 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.76% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #78ABD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABD6 is #875429. Grayscale: #A0A0A0. Windows color (decimal): -8868906 or 14068600. OLE color: 14068600.

HSL color Cylindrical-coordinate representation of color #78ABD6: hue angle of 207.45º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78ABD6 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB120171214-
CMYK0.440.2000.16
HSL207.45º53.41%65.49%-
HSV(B)207.45º43.93%83.92%-
XYZ34.4537.9769.13-
YUV160.65158.199-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.76%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 214 (83.98% from 255) = 42.38%
R=23.76%
G=33.86%
B=42.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1201712140.440.2000.16207.4553.4165.49
Hex78ABD62C14010cf3541
Octal170253326542402031765101
Binary1111000101010111101011010110010100010000110011111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,171,214); }

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

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

 a { background-color: rgb(120,171,214); }

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

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

 span { border-color: rgb(120,171,214); }

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