#78A7CF

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

Shades of Jordy Blue #78A7CF

Tints of Jordy Blue #78A7CF

Color information

#78A7CF (or 0x78A7CF) is unknown color: approx Jordy Blue. HEX triplet: 78, A7 and CF. RGB value is (120,167,207). Sum of RGB (Red+Green+Blue) = 120+167+207=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #78A7CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A7CF is #875830. Grayscale: #9D9D9D. Windows color (decimal): -8869937 or 13608824. OLE color: 13608824.

HSL color Cylindrical-coordinate representation of color #78A7CF: hue angle of 207.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78A7CF is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120167207-
CMYK0.420.1900.19
HSL207.59º47.54%64.12%-
HSV(B)207.59º42.03%81.18%-
XYZ32.8336.1464.28-
YUV157.51155.93101.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.29%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 207 (81.25% from 255) = 41.90%
R=24.29%
G=33.81%
B=41.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201672070.420.1900.19207.5947.5464.12
Hex78A7CF2A13013d03040
Octal170247317522302332060100
Binary1111000101001111100111110101010011010011110100001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,167,207); }

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

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

 a { background-color: rgb(120,167,207); }

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

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

 span { border-color: rgb(120,167,207); }

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