#728FBC

Color #728FBC Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #728FBC

Tints of Wild Blue Yonder #728FBC

Color information

#728FBC (or 0x728FBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8F and BC. RGB value is (114,143,188). Sum of RGB (Red+Green+Blue) = 114+143+188=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #728FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FBC is #8D7043. Grayscale: #8B8B8B. Windows color (decimal): -9269316 or 12357490. OLE color: 12357490.

HSL color Cylindrical-coordinate representation of color #728FBC: hue angle of 216.49º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #728FBC is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114143188-
CMYK0.390.2400.26
HSL216.49º35.58%59.22%-
HSV(B)216.49º39.36%73.73%-
XYZ25.8426.8551.4-
YUV139.46155.39109.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.62%
GREEN value IS 143 (56.25% from 255) = 32.13%
BLUE value IS 188 (73.83% from 255) = 42.25%
R=25.62%
G=32.13%
B=42.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141431880.390.2400.26216.4935.5859.22
Hex728FBC271801Ad8243b
Octal16221727447300323304473
Binary111001010001111101111001001111100001101011011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728FBC; }

 p { color: rgb(114,143,188); }

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

<style>
 a { background-color: #728FBC; }

 a { background-color: rgb(114,143,188); }

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

<style>
 span { border-color: #728FBC; }

 span { border-color: rgb(114,143,188); }

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