#719ACE

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

Shades of Jordy Blue #719ACE

Tints of Jordy Blue #719ACE

Color information

#719ACE (or 0x719ACE) is unknown color: approx Jordy Blue. HEX triplet: 71, 9A and CE. RGB value is (113,154,206). Sum of RGB (Red+Green+Blue) = 113+154+206=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #719ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ACE is #8E6531. Grayscale: #939393. Windows color (decimal): -9332018 or 13539953. OLE color: 13539953.

HSL color Cylindrical-coordinate representation of color #719ACE: hue angle of 213.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #719ACE is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB113154206-
CMYK0.450.2500.19
HSL213.55º48.69%62.55%-
HSV(B)213.55º45.15%80.78%-
XYZ29.5131.0862.84-
YUV147.67160.92103.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.89%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=23.89%
G=32.56%
B=43.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131542060.450.2500.19213.5548.6962.55
Hex719ACE2D19013d6313f
Octal16123231655310233266177
Binary111000110011010110011101011011100101001111010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719ACE; }

 p { color: rgb(113,154,206); }

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

<style>
 a { background-color: #719ACE; }

 a { background-color: rgb(113,154,206); }

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

<style>
 span { border-color: #719ACE; }

 span { border-color: rgb(113,154,206); }

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