#729ECC

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

Shades of Jordy Blue #729ECC

Tints of Jordy Blue #729ECC

Color information

#729ECC (or 0x729ECC) is unknown color: approx Jordy Blue. HEX triplet: 72, 9E and CC. RGB value is (114,158,204). Sum of RGB (Red+Green+Blue) = 114+158+204=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #729ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ECC is #8D6133. Grayscale: #959595. Windows color (decimal): -9265460 or 13409906. OLE color: 13409906.

HSL color Cylindrical-coordinate representation of color #729ECC: hue angle of 210.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #729ECC is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB114158204-
CMYK0.440.2300.2
HSL210.67º46.88%62.35%-
HSV(B)210.67º44.12%80%-
XYZ30.0732.3961.79-
YUV150.09158.42102.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.95%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=23.95%
G=33.19%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1141582040.440.2300.2210.6746.8862.35
Hex729ECC2C17014d32f3e
Octal16223631454270243235776
Binary111001010011110110011001011001011101010011010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729ECC; }

 p { color: rgb(114,158,204); }

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

<style>
 a { background-color: #729ECC; }

 a { background-color: rgb(114,158,204); }

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

<style>
 span { border-color: #729ECC; }

 span { border-color: rgb(114,158,204); }

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