#78AEE9

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

Shades of Jordy Blue #78AEE9

Tints of Jordy Blue #78AEE9

Color information

#78AEE9 (or 0x78AEE9) is unknown color: approx Jordy Blue. HEX triplet: 78, AE and E9. RGB value is (120,174,233). Sum of RGB (Red+Green+Blue) = 120+174+233=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #78AEE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AEE9 is #875116. Grayscale: #A4A4A4. Windows color (decimal): -8868119 or 15314552. OLE color: 15314552.

HSL color Cylindrical-coordinate representation of color #78AEE9: hue angle of 211.33º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78AEE9 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB120174233-
CMYK0.480.2500.09
HSL211.33º71.97%69.22%-
HSV(B)211.33º48.5%91.37%-
XYZ37.5940.1582.86-
YUV164.58166.6196.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.77%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 233 (91.41% from 255) = 44.21%
R=22.77%
G=33.02%
B=44.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1201742330.480.2500.09211.3371.9769.22
Hex78AEE9301909d34845
Octal1702563516031011323110105
Binary1111000101011101110100111000011001010011101001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,174,233); }

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

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

 a { background-color: rgb(120,174,233); }

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

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

 span { border-color: rgb(120,174,233); }

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