#78A4D3

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

Shades of Jordy Blue #78A4D3

Tints of Jordy Blue #78A4D3

Color information

#78A4D3 (or 0x78A4D3) is unknown color: approx Jordy Blue. HEX triplet: 78, A4 and D3. RGB value is (120,164,211). Sum of RGB (Red+Green+Blue) = 120+164+211=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 211 - color contains mainly: blue. Hex color #78A4D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A4D3 is #875B2C. Grayscale: #9B9B9B. Windows color (decimal): -8870701 or 13870200. OLE color: 13870200.

HSL color Cylindrical-coordinate representation of color #78A4D3: hue angle of 210.99º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78A4D3 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB120164211-
CMYK0.430.2200.17
HSL210.99º50.84%64.9%-
HSV(B)210.99º43.13%82.75%-
XYZ32.7835.2566.7-
YUV156.2158.92102.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.24%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 211 (82.81% from 255) = 42.63%
R=24.24%
G=33.13%
B=42.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1201642110.430.2200.17210.9950.8464.9
Hex78A4D32B16011d33341
Octal170244323532602132363101
Binary1111000101001001101001110101110110010001110100111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,164,211); }

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

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

 a { background-color: rgb(120,164,211); }

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

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

 span { border-color: rgb(120,164,211); }

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