#78a8cf

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

Shades of Jordy Blue #78A8CF

Tints of Jordy Blue #78A8CF

Color information

#78A8CF (or 0x78A8CF) is unknown color: approx Jordy Blue. HEX triplet: 78, A8 and CF. RGB value is (120,168,207). Sum of RGB (Red+Green+Blue) = 120+168+207=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #78A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8CF is #875730. Grayscale: #9D9D9D. Windows color (decimal): -8869681 or 13609080. OLE color: 13609080.

HSL color Cylindrical-coordinate representation of color #78A8CF: hue angle of 206.9º 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 #78A8CF is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120168207-
CMYK0.420.1900.19
HSL206.9º47.54%64.12%-
HSV(B)206.9º42.03%81.18%-
XYZ33.0136.564.34-
YUV158.09155.6100.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.24%
GREEN value IS 168 (66.02% from 255) = 33.94%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=24.24%
G=33.94%
B=41.82%

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
Decimal1201682070.420.1900.19206.947.5464.12
Hex78A8CF2A13013cf3040
Octal170250317522302331760100
Binary1111000101010001100111110101010011010011110011111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78a8cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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