#78acdf

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

Shades of Jordy Blue #78ACDF

Tints of Jordy Blue #78ACDF

Color information

#78ACDF (or 0x78ACDF) is unknown color: approx Jordy Blue. HEX triplet: 78, AC and DF. RGB value is (120,172,223). Sum of RGB (Red+Green+Blue) = 120+172+223=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #78ACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACDF is #875320. Grayscale: #A2A2A2. Windows color (decimal): -8868641 or 14658680. OLE color: 14658680.

HSL color Cylindrical-coordinate representation of color #78ACDF: hue angle of 209.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78ACDF is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120172223-
CMYK0.460.2300.13
HSL209.71º61.68%67.25%-
HSV(B)209.71º46.19%87.45%-
XYZ35.8238.8375.42-
YUV162.27162.2797.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.30%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=23.30%
G=33.40%
B=43.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201722230.460.2300.13209.7161.6867.25
Hex78ACDF2E170Dd23e43
Octal170254337562701532276103
Binary111100010101100110111111011101011101101110100101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78acdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,172,223); }

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

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

 a { background-color: rgb(120,172,223); }

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

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

 span { border-color: rgb(120,172,223); }

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