#78AEDA

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

Shades of Jordy Blue #78AEDA

Tints of Jordy Blue #78AEDA

Color information

#78AEDA (or 0x78AEDA) is unknown color: approx Jordy Blue. HEX triplet: 78, AE and DA. RGB value is (120,174,218). Sum of RGB (Red+Green+Blue) = 120+174+218=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #78AEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AEDA is #875125. Grayscale: #A2A2A2. Windows color (decimal): -8868134 or 14331512. OLE color: 14331512.

HSL color Cylindrical-coordinate representation of color #78AEDA: hue angle of 206.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78AEDA is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120174218-
CMYK0.450.2000.15
HSL206.94º56.98%66.27%-
HSV(B)206.94º44.95%85.49%-
XYZ35.5439.3372.05-
YUV162.87159.1197.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.44%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=23.44%
G=33.98%
B=42.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201742180.450.2000.15206.9456.9866.27
Hex78AEDA2D140Fcf3942
Octal170256332552401731771102
Binary111100010101110110110101011011010001111110011111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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