#78AAED

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

Shades of Jordy Blue #78AAED

Tints of Jordy Blue #78AAED

Color information

#78AAED (or 0x78AAED) is unknown color: approx Jordy Blue. HEX triplet: 78, AA and ED. RGB value is (120,170,237). Sum of RGB (Red+Green+Blue) = 120+170+237=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #78AAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AAED is #875512. Grayscale: #A2A2A2. Windows color (decimal): -8869139 or 15575672. OLE color: 15575672.

HSL color Cylindrical-coordinate representation of color #78AAED: hue angle of 214.36º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78AAED is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120170237-
CMYK0.490.2800.07
HSL214.36º76.47%70%-
HSV(B)214.36º49.37%92.94%-
XYZ37.4138.8685.65-
YUV162.69169.9497.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.77%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=22.77%
G=32.26%
B=44.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1201702370.490.2800.07214.3676.4770
Hex78AAED311C07d64c46
Octal170252355613407326114106
Binary111100010101010111011011100011110001111101011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,170,237); }

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

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

 a { background-color: rgb(120,170,237); }

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

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

 span { border-color: rgb(120,170,237); }

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