#78ACE5

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

Shades of Jordy Blue #78ACE5

Tints of Jordy Blue #78ACE5

Color information

#78ACE5 (or 0x78ACE5) is unknown color: approx Jordy Blue. HEX triplet: 78, AC and E5. RGB value is (120,172,229). Sum of RGB (Red+Green+Blue) = 120+172+229=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #78ACE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACE5 is #87531A. Grayscale: #A2A2A2. Windows color (decimal): -8868635 or 15051896. OLE color: 15051896.

HSL color Cylindrical-coordinate representation of color #78ACE5: hue angle of 211.38º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78ACE5 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB120172229-
CMYK0.480.2500.10
HSL211.38º67.7%68.43%-
HSV(B)211.38º47.6%89.8%-
XYZ36.6439.1679.76-
YUV162.95165.2797.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.03%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 229 (89.84% from 255) = 43.95%
R=23.03%
G=33.01%
B=43.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1201722290.480.2500.10211.3867.768.43
Hex78ACE530190Ad34444
Octal1702543456031012323104104
Binary1111000101011001110010111000011001010101101001110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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