#78ACEA

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

Shades of Jordy Blue #78ACEA

Tints of Jordy Blue #78ACEA

Color information

#78ACEA (or 0x78ACEA) is unknown color: approx Jordy Blue. HEX triplet: 78, AC and EA. RGB value is (120,172,234). Sum of RGB (Red+Green+Blue) = 120+172+234=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #78ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ACEA is #875315. Grayscale: #A3A3A3. Windows color (decimal): -8868630 or 15379576. OLE color: 15379576.

HSL color Cylindrical-coordinate representation of color #78ACEA: hue angle of 212.63º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78ACEA is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB120172234-
CMYK0.490.2600.08
HSL212.63º73.08%69.41%-
HSV(B)212.63º48.72%91.76%-
XYZ37.3539.4483.49-
YUV163.52167.7796.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.81%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=22.81%
G=32.70%
B=44.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1201722340.490.2600.08212.6373.0869.41
Hex78ACEA311A08d54945
Octal1702543526132010325111105
Binary1111000101011001110101011000111010010001101010110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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