#7688BB

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

Shades of Wild Blue Yonder #7688BB

Tints of Wild Blue Yonder #7688BB

Color information

#7688BB (or 0x7688BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 88 and BB. RGB value is (118,136,187). Sum of RGB (Red+Green+Blue) = 118+136+187=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #7688BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7688BB is #897744. Grayscale: #888888. Windows color (decimal): -9008965 or 12290166. OLE color: 12290166.

HSL color Cylindrical-coordinate representation of color #7688BB: hue angle of 224.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7688BB is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118136187-
CMYK0.370.2700.27
HSL224.35º33.66%59.8%-
HSV(B)224.35º36.9%73.33%-
XYZ25.2525.0550.52-
YUV136.43156.54114.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.76%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=26.76%
G=30.84%
B=42.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181361870.370.2700.27224.3533.6659.8
Hex7688BB251B01Be0223c
Octal16621027345330333404274
Binary111011010001000101110111001011101101101111100000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7688BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7688BB; }

 p { color: rgb(118,136,187); }

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

<style>
 a { background-color: #7688BB; }

 a { background-color: rgb(118,136,187); }

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

<style>
 span { border-color: #7688BB; }

 span { border-color: rgb(118,136,187); }

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