#78AEE6

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

Shades of Jordy Blue #78AEE6

Tints of Jordy Blue #78AEE6

Color information

#78AEE6 (or 0x78AEE6) is unknown color: approx Jordy Blue. HEX triplet: 78, AE and E6. RGB value is (120,174,230). Sum of RGB (Red+Green+Blue) = 120+174+230=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #78AEE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AEE6 is #875119. Grayscale: #A3A3A3. Windows color (decimal): -8868122 or 15117944. OLE color: 15117944.

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

Color convert

RGB120174230-
CMYK0.480.2400.10
HSL210.55º68.75%68.63%-
HSV(B)210.55º47.83%90.2%-
XYZ37.1639.9880.62-
YUV164.24165.1196.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.90%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 230 (90.23% from 255) = 43.89%
R=22.90%
G=33.21%
B=43.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1201742300.480.2400.10210.5568.7568.63
Hex78AEE630180Ad34545
Octal1702563466030012323105105
Binary1111000101011101110011011000011000010101101001110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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